Skip to main content
Glama

revision_prompt

Generate a revision prompt for a named seat so it revises its prior answer on the same terms as the council, holding its own belief against the majority instead of repeating its previous response.

Instructions

Build the exact prompt a seat should be given for the next round — for the one seat this server cannot ask itself: yours.

revise asks the members. Your subagent is yours to re-run, and how you prompt it decides whether it revises at all: handed the original question again, it will reproduce its previous answer, and nothing in the transcript will show that the seat stopped participating. Handed this, it revises on exactly the terms the members did — same framing, same instruction to hold a position it still believes against the majority, which is the sentence that keeps a council from collapsing into agreement.

Pass the same prompt, answers, round and materials you are passing to revise, plus seat: the label (or member id) of the seat to write for. Cheap and local — makes no network calls, so run it alongside revise rather than after it.

Material is named in the prompt rather than pasted into it, at the position the members were given it. Open those files for your seat before you hand it the rest: a seat that revises without the document is arguing about something it has not read, and the transcript will not show it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seatYes
roundNo
promptYes
answersYes
materialsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool 'makes no network calls', that re-running a subagent on the original question would reproduce the previous answer, and that material is named rather than pasted. It also warns about the consequence of opening files when preparing the prompt, which is important behavioral context beyond the schema.

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 front-loaded with the core purpose and then adds rationale, parameter mapping, and material-handling guidance in a logical order. It is somewhat verbose and repeats the 'transcript will not show' idea twice, but most sentences earn their place given the tool's subtle behavior.

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

Completeness5/5

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

For a tool with no annotations and no top-level schema descriptions, this description is unusually complete. It explains what the tool does, why it is needed, how to call it, what arguments to pass, what side effects are absent, and how materials should be handled. An output schema exists, so the lack of a described return format is not a gap.

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

Parameters4/5

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

Schema description coverage for top-level parameters is 0%, and the description compensates by mapping parameters to the sibling call: 'Pass the same prompt, answers, round and materials you are passing to revise, plus seat.' It also clarifies that 'seat' is 'the label (or member id) of the seat to write for.' It does not independently explain prompt, answers, or round, but the cross-reference to revise makes the semantics usable.

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 opens with a specific verb and object: 'Build the exact prompt a seat should be given for the next round.' It immediately contrasts itself with 'revise' ('revise asks the members'), so an agent can distinguish this prompt-builder from the council-asking sibling. It also names the exact target seat ('the one seat this server cannot ask itself: yours').

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

Usage Guidelines5/5

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

The description explicitly says which sibling to compare against and exactly what to pass: 'Pass the same prompt, answers, round and materials you are passing to revise, plus seat.' It even gives timing guidance: 'run it alongside revise rather than after it.' This is explicit, actionable usage guidance.

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

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/Totti0135/model-council'

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