Docfork

docfork_read_url

Fetches and returns the full content of a documentation page as markdown. This is ESSENTIAL for getting complete, detailed information after searching. Always use this to read URLs from docfork_search_docs results to get the actual documentation content.

Remote docfork/docfork

Other tools also called docfork_read_url? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Full URL to read. Use exact URLs from docfork_search_docs results."
    }
  }
}
          

Provider

Docfork →