Skip to main content
Glama

Batch Update Prompts

batch_update_prompts

Batch update prompts and return latest prompt data.

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?

With no annotations, the description must fully disclose behavioral traits. It mentions that the tool returns latest prompt data, but does not clarify whether updates are full overwrites or partial merges, what happens to missing fields, permission requirements, idempotency, or error behavior. This is insufficient for a mutation tool.

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 a single sentence with no fluff, front-loading the core action and return value. It is appropriately concise for simplicity, though it is minimal in content. It does not waste words but could be slightly expanded without losing conciseness.

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 mutation tool with a nested array parameter and no output schema, this description is too sparse. It omits input semantics, request size limits (maxItems=100), return data format, and error handling. Sibling tool names provide some context, but the description lacks sufficient detail to be considered complete.

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

Parameters2/5

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

The schema description coverage is 0%, and the description does not explain that 'items' is an array of prompt update objects. While the schema itself is relatively self-explanatory with field names and required markers, the description adds no semantic value beyond the raw schema. It fails to compensate for the low coverage.

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 ('batch update') and the resource ('prompts'), and the 'batch' modifier distinguishes it from single-update tools. The additional note about returning latest prompt data is useful. It aligns well with sibling batch_create and batch_delete tools.

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 batch_create_prompts or batch_delete_prompts. It does not mention any prerequisites, edge cases, or circumstances that would favor this tool over others. The agent must infer usage solely from the name.

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