Skip to main content
Glama

MCP Maker

get_mcp_doc_section

Retrieve a specific section of MCP documentation by providing a key and section title, streamlining access to relevant information for MCP server projects.

Instructions

Get a specific section of MCP documentation by key and section title

Input Schema

NameRequiredDescriptionDefault
keyYes
section_titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "minLength": 1, "type": "string" }, "section_title": { "type": "string" } }, "required": [ "key" ], "type": "object" }

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/CaptainCrouton89/mcp-maker'

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