Skip to main content
Glama

Batch Create Prompts

batch_create_prompts

Batch create prompts and return latest prompt data list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description must carry the full burden of behavioral disclosure. It states that prompts are created and a latest list is returned, but it does not disclose whether the operation is atomic, what happens on partial failure, permission requirements, idempotency, or the structure of the returned list. This is insufficient for a mutating tool.

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 with no filler. It front-loads the core action and return behavior, though the phrase 'latest prompt data list' is slightly awkward. It is efficient and every word earns its place.

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

Completeness2/5

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

For a batch creation tool with no annotations, no output schema, and a nested input structure, the description is incomplete. It lacks details on response format, error handling, atomicity, and duplicate behavior. The schema provides the input structure, but the description does not offer sufficient context for an agent to fully understand the tool's behavior.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no parameter information. It does not mention the 'items' array or the fields topic, prompt, regions, and language, leaving the agent to rely solely on the schema. The description fails to compensate for the complete lack of parameter explanation.

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 the specific verb 'create' with the resource 'prompts' and clearly indicates batch scope, distinguishing it from sibling tools like batch_delete_prompts and batch_update_prompts. It also mentions the return of 'latest prompt data list,' giving a clear indication of the output.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, such as individual creation or other batch operations. The batch context is implied but no explicit when-to-use or when-not-to-use information is given, and no alternative tools are mentioned.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources