Skip to main content
Glama

get-library-docs

Fetch current documentation for libraries to access up-to-date API references and code examples, ensuring accurate technical information without relying on outdated training data.

Instructions

Fetches up-to-date documentation for a library. You must call 'resolve-library-id' first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.

Input Schema

NameRequiredDescriptionDefault
context7CompatibleLibraryIDYesExact Context7-compatible library ID (e.g., '/mongodb/docs', '/vercel/next.js', '/supabase/supabase', '/vercel/next.js/v14.3.0-canary.87') retrieved from 'resolve-library-id' or directly from user query in the format '/org/project' or '/org/project/version'.
topicNoTopic to focus documentation on (e.g., 'hooks', 'routing').
tokensNoMaximum number of tokens of documentation to retrieve (default: 10000). Higher values provide more context but consume more tokens.

Input Schema (JSON Schema)

{ "properties": { "context7CompatibleLibraryID": { "description": "Exact Context7-compatible library ID (e.g., '/mongodb/docs', '/vercel/next.js', '/supabase/supabase', '/vercel/next.js/v14.3.0-canary.87') retrieved from 'resolve-library-id' or directly from user query in the format '/org/project' or '/org/project/version'.", "type": "string" }, "tokens": { "description": "Maximum number of tokens of documentation to retrieve (default: 10000). Higher values provide more context but consume more tokens.", "type": "number" }, "topic": { "description": "Topic to focus documentation on (e.g., 'hooks', 'routing').", "type": "string" } }, "required": [ "context7CompatibleLibraryID" ], "type": "object" }

Other Tools from Context7 MCP

Related Tools

    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/2511319/context7'

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