Skip to main content
Glama

create_from_template

Generate a design document from a registered template by filling content slots, then get an automated QA report.

Instructions

Create an original, parameterized design document from a registered channel template. Returns the completed document, filled slots, and automated QA report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesOnly the template's declared content slots
templateIdYesRegistered template id, such as card-news-cover
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the return value (completed document, filled slots, automated QA report) and implies a non-destructive creation operation. It lacks details on side effects or permissions, but for a create tool this is acceptable.

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 two concise sentences, front-loaded with the primary purpose and followed by the return value. Every word adds value without redundancy.

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?

For a tool with only two parameters and no output schema, the description sufficiently covers what it does and what it returns. It does not address error conditions or prerequisites, but given the tool's simplicity, it is reasonably complete.

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 schema already documents both parameters. The description adds the concepts of 'parameterized' and 'filled slots', reinforcing the template-based input but not providing additional syntax or format details beyond the schema.

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 clearly states the action ('Create') and the specific resource ('original, parameterized design document from a registered channel template'). It distinguishes itself from sibling tools like create_design_document by emphasizing the template-based source.

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

Usage Guidelines4/5

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

The description implies the tool should be used when a registered channel template exists and a parameterized document is desired. It does not explicitly mention alternatives or exclusions, but the template-specific context provides clear usage direction.

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/Doyajin174/teguma'

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