Skip to main content
Glama

mcp-rtfm

by ryanjoachim

customize_template

Generate or modify a documentation template on mcp-rtfm with custom content and metadata, ensuring consistent and searchable knowledge base entries.

Instructions

Create or update a custom documentation template

Input Schema

NameRequiredDescriptionDefault
contentYesTemplate content with {title} placeholder
metadataNoDefault metadata for the template
templateNameYesName of the template

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Template content with {title} placeholder", "type": "string" }, "metadata": { "description": "Default metadata for the template", "properties": { "category": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "templateName": { "description": "Name of the template", "type": "string" } }, "required": [ "templateName", "content" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-rtfm

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/ryanjoachim/mcp-rtfm'

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