MCP-researcher Server

by DaInfernalCoder
Verified

get_documentation

Get documentation and usage examples for a specific technology, library, or API

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context or specific aspects to focus on
queryYesThe technology, library, or API to get documentation for

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context or specific aspects to focus on", "type": "string" }, "query": { "description": "The technology, library, or API to get documentation for", "type": "string" } }, "required": [ "query" ], "type": "object" }