Skip to main content
Glama
retospect

acatome-quest-mcp

by retospect

update

Update a request by selecting a candidate, correcting a DOI, attaching a misconception, changing priority, or canceling it.

Instructions

Mutate a request. Single verb with an explicit mode (see precis.put for the same pattern).

Modes: confirm: pick one of candidates by index. Requires choice. repoint: replace the DOI (user-corrected) and re-resolve. Requires doi. flag: attach a misconception. Requires code; optional severity, evidence. priority: change the runner priority. Requires priority. cancel: terminate the request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
modeYes
choiceNo
doiNo
codeNo
severityNo
evidenceNo
priorityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so description must fully disclose behavioral traits. It mentions the tool mutates a request (write operation), but does not address destructive effects (e.g., cancel), authorization needs, rate limits, or side effects. 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.

Conciseness5/5

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

The description is front-loaded with the main purpose and uses bullet points for modes, making it easy to scan. Every sentence adds value without redundancy.

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

Completeness3/5

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

The description covers mode-specific parameters adequately but lacks information about return values (despite having an output schema), error conditions, or safety warnings. For a tool with 8 parameters and 5 modes, more high-level guidance is needed.

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?

With 0% schema description coverage, the description compensates by explaining which parameters are required for each mode (e.g., choice for confirm, doi for repoint). However, the id parameter is not described, leaving ambiguity.

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 'Mutate a request' and enumerates specific modes (confirm, repoint, flag, priority, cancel), each with a distinct purpose. This distinguishes it from sibling tools (status, submit, submit_file) which handle different operations.

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 usage by detailing each mode and required parameters, but does not explicitly state when to use this tool versus alternatives. It provides clear context for usage but lacks exclusion guidelines.

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/retospect/acatome-quest-mcp'

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