RocketDocs
get_doc
Return the full markdown source of one Wraps page. Call list_docs first to see which paths have markdown.
Remote wraps/docs
Remote (network-hosted)
Other tools also called get_doc?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site path such as /docs/quickstart/email, or the full https://wraps.dev/... URL."
}
}
}