Skip to main content
Glama
shivanshu814

DreamingAI MCP Server

by shivanshu814

get_prompt

Retrieve details for a specific prompt template by its ID, including content and configuration. Use this to inspect or edit prompt templates in DreamingAI.

Instructions

Get details of a specific prompt template in DreamingAI

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptIdYesID of the prompt to retrieve
Behavior3/5

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

With no annotations provided, the description must convey behavioral traits. 'Get details' clearly implies a read-only operation and is non-destructive, but it does not disclose response format, error behavior, permissions, or any other side effects. The minimal wording provides only the essential read-only trait.

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

Conciseness5/5

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

The description is a single, concise sentence that front-loads the action and resource. No unnecessary words or vague phrasing, and it is appropriately sized for a simple read operation.

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?

The tool is simple with one parameter and no nested objects, and the schema fully covers the parameter. The description clearly states what the tool does, but the absence of an output schema means the agent must infer what 'details' includes. Overall, it is reasonably complete but lacks explicit return-value context.

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 coverage is 100% for the single parameter 'promptId', whose description is 'ID of the prompt to retrieve'. The tool description does not add any extra meaning beyond the schema, so the baseline of 3 is appropriate.

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 uses a specific verb ('Get') and resource ('details of a specific prompt template') and clearly indicates it operates on a single item by ID, distinguishing it from sibling tools like list_prompts, create_prompt, update_prompt, and delete_prompt.

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 implicitly indicates this tool is for retrieving one prompt's details, but it does not explicitly state when to use it over alternatives or mention exclusions. No sibling alternatives are referenced, so usage context is implied rather than explicit.

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

Install Server

Other Tools

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/shivanshu814/dreamingai-mcp-server'

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