Skip to main content
Glama

MCP-Ambari-API

get_prompt_template

Retrieve the English prompt template or a specific section from the PROMPT_TEMPLATE.md file. Optionally, fetch only section headings for quick navigation and reference.

Instructions

Return the canonical English prompt template (optionally a specific section).

Simplified per project decision: only a single English template file PROMPT_TEMPLATE.md is maintained.

Args: section: (optional) section number or keyword (case-insensitive) e.g. "1", "purpose", "tool map". mode: (optional) if "headings" returns just the list of section headings with numeric indices.

Input Schema

NameRequiredDescriptionDefault
modeNo
sectionNo

Input Schema (JSON Schema)

{ "properties": { "mode": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Mode" }, "section": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Section" } }, "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/call518/MCP-Ambari-API'

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