Skip to main content
Glama

get_prompt

Retrieve a prompt by name with optional arguments, and receive the rendered prompt as JSON with a messages array. Use this to fetch predefined prompts for your Kuudo deployment.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Get a prompt by name with optional arguments. Returns the rendered prompt as JSON with a messages array. Arguments should be provided as a dict mapping argument names to values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the prompt to get
argumentsNoOptional arguments for the prompt

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the behavioral burden. It discloses that the tool runs in the Kuudo deployment, returns rendered JSON with a messages array, and expects arguments as a dict. This is meaningful behavioral context, though it doesn't explicitly state side-effect safety or error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three short sentences and each one adds information: execution context, retrieval purpose, output shape, and argument format. The opening 'Catalog entry.' is minor filler, but overall the description is efficient and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description adequately explains the return format and argument usage. It also adds the important deployment context. It doesn't describe the messages array's inner structure or error cases, but for a simple fetch-by-name tool it is sufficient for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description restates the arguments parameter as 'a dict mapping argument names to values,' which adds slight clarity but mostly mirrors the schema's anyOf object/null definition. It does not add substantial new meaning for either parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Get a prompt by name with optional arguments.' It also clarifies the tool's product by saying it 'Returns the rendered prompt as JSON with a messages array,' which separates it from siblings like list_prompts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives useful context such as 'Runs in your Kuudo deployment, not here' and implies the use case of fetching a prompt by name. However, it does not explicitly say when to use this tool versus list_prompts or any other alternative, leaving the agent to infer the distinction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/KuudoAI/amazon-agent-iris-mcp'

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