We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/minipuft/claude-prompts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
prompt.yaml•567 B
id: reference_demo
name: Reference Syntax Demo
description: Demonstrates template reference features - {{ref:id}} for prompt inclusion and {{script:id}} for inline script execution
userMessageTemplateFile: user-message.md
# Declare script tools available to this prompt
tools:
- word_count
arguments:
- name: text
description: The text to analyze with the word_count script tool
required: true
type: string
- name: topic
description: Optional topic name for the introduction (demonstrates reference feature)
required: false
type: string