Skip to main content
Glama

Plan a direct-intake Working Revision

figure_library_plan_working_revision
Read-onlyIdempotent

Validates user-confirmed image/code intake and returns an immutable Working Revision plan for scientific figure publishing, without executing code or calling models.

Instructions

Validate user-confirmed image/code intake and return an immutable Working Revision plan. The server never calls a model or executes code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
tagsNo
titleNo
intakeNo
licenseNo
runtimeNo
languageNo
packagesNo
assetKindNo
assessmentNo
codeAssetsNo
codeStatusNo
plotFamilyNo
provenanceNo
templateIdNo
applicationNoFigureYa-style biological use cases as Markdown; required for new or updated Working revisions. Not visual encodings.
dataProfileNo
descriptionNo
visualAssetsNo
confirmationsNo
visualProfileNo
evidenceAssetsNo
agentAssessmentNo
executionStatusNo
figureCodeLinksNo
referenceAssetsNo
validationStateNo
scientificQuestionNo
canonicalCodeAssetIdNo
primaryVisualAssetIdNo
primaryPreviewOverrideNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.7.0

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds genuinely new behavioral context beyond them: the server never calls a model or executes code, and the resulting plan is immutable — which tells the agent this call is inert and safe to re-run while producing no side effects.

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, both front-loaded with the core verb and the key negative constraint ('never calls a model or executes code'), with no filler. It is efficient, though arguably under-sized for a 31-parameter tool.

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?

Given 31 parameters, zero required fields, near-zero schema coverage, and no output schema, the description is far too thin: it does not explain what a 'Working Revision plan' contains, what the confirmations flags gate, or what distinguishes create vs update mode. The inert-server statement is useful but nowhere near sufficient for a tool of this complexity.

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?

With 31 parameters and only 3% schema description coverage, the schema explains essentially nothing, so the description carries the full burden — yet it adds no parameter meaning at all. It only loosely gestures at the confirmations/intake concepts via 'user-confirmed image/code intake', leaving enums, nested runtime/codeAssets/validationState structures, and the confirmations object completely undocumented.

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?

The description gives a specific verb pair ('validate ... return an immutable Working Revision plan') and a specific resource, so the agent knows it is a planning/validation step rather than a mutation. It does not name the sibling that actually persists the plan (figure_library_apply_working_revision), so differentiation rests on the plan/apply naming convention rather than explicit text.

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?

The phrase 'user-confirmed image/code intake' implies a precondition (the intake must already be confirmed by the user) but never states when to call this versus apply_working_revision, publish_working_revision, or discard_working_revision. Usage is inferable from the plan/apply sibling pairing, not stated.

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

Deploy Server

Other Tools