Skip to main content
Glama

retract_scroll_tool

Retract authored scholarly content from the Alexandria2 research platform by providing the scroll ID, author ID, and reason for retraction to maintain academic integrity.

Instructions

Retract a scroll you authored. Provide a clear reason for retraction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scroll_idYes
author_idYes
reasonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description carries full burden. Mentions reason requirement but fails to disclose critical behavioral traits: whether retraction is irreversible, what happens to the scroll's visibility/access, or if it triggers notifications.

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?

Two sentences are front-loaded and efficient with no wasted words. However, given the tool's 0% schema coverage and destructive nature, the brevity constitutes under-specification rather than optimal 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?

With 3 required parameters, 0% schema coverage, no annotations, and a destructive operation (retraction), the description is dangerously minimal. Output schema exists but input semantics and behavioral impact are insufficiently documented.

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?

Schema has 0% description coverage. Description explicitly references 'reason' parameter but provides no semantics for 'scroll_id' or 'author_id' formats, nor explains that author_id must match the authenticated user implied by 'you authored'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clear verb 'Retract' and resource 'scroll' with ownership constraint 'you authored' effectively distinguishes this from sibling tools like revise_scroll_tool or review_scroll_tool. However, it doesn't specify what retraction means functionally (deletion vs. status change).

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

Usage Guidelines3/5

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

Implies usage is restricted to authors via 'you authored,' providing minimal context. Lacks explicit when-to-use vs. revise_scroll_tool guidance, prerequisites, or warnings about retraction permanence.

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/DanielFluxman/Alexandria2'

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