Skip to main content
Glama

Prompts MCP Server

by tanker327

get_prompt

Retrieve prompt templates by name using a structured protocol, enabling efficient access and management of markdown-based prompts with YAML metadata.

Instructions

Retrieve a prompt by name

Input Schema

NameRequiredDescriptionDefault
nameYesName of the prompt to retrieve

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the prompt to retrieve", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from Prompts MCP Server

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/tanker327/prompts-mcp-server'

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