Skip to main content
Glama

fetch-package-docs

Fetch package documentation from multiple language ecosystems including JavaScript, Python, Java, Ruby, PHP, Rust, Go, and Swift. Extracts READMEs, API docs, and code examples for analysis without requiring API keys.

Input Schema

NameRequiredDescriptionDefault
packageNameYesName of the package to fetch documentation for
languageNoProgramming language or repository type (e.g., javascript, python, java, dotnet)

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Programming language or repository type (e.g., javascript, python, java, dotnet)", "type": "string" }, "packageName": { "description": "Name of the package to fetch documentation for", "type": "string" } }, "required": [ "packageName" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cdugo/mcp-get-docs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server