Skip to main content
Glama
xuzhougeng

ScientificFigureLibrary

by xuzhougeng

Create a plotting task from explicit headless selections

figure_library_create_plot_task_headless
Read-onlyIdempotent

Create a plotting-task handoff from selected scientific figure candidates in an agent-only session, using the cached result set. Read-only; no preview, execution, or dependencies.

Instructions

Create the same v2 plotting-task handoff used by the App after the user selects candidates in an agent-only session. Selections must belong to the current cached result set. This read-only tool does not preview, materialize, execute code, or install dependencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectionsYes
resultSetIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.7.0

TDQS

A4/5.0
Behavior4/5

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

The annotations already mark the tool read-only and idempotent; the description adds concrete exclusions ('does not preview, materialize, execute code, or install dependencies') and the cached-result-set requirement. This goes beyond the annotations without contradicting them.

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?

Three sentences, each earning its place: context and function, key constraint, and explicit non-effects. It is front-loaded and has no filler.

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 main flow and safety profile are clear, but with no output schema the return contract is unstated, and the description doesn't say where resultSetId comes from. It is adequate for selecting the right tool, less complete for confidently invoking it with well-formed selections.

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 coverage is 0%, so the description must carry parameter meaning, but it only addresses the constraint on selections ('Selections must belong to the current cached result set') and never explains resultSetId, providerId, or exactSelector semantics. This is insufficient for a two-required-parameter tool with nested selection objects.

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 names a specific verb and resource ('Create the same v2 plotting-task handoff') and clearly positions it for an agent-only session with explicit headless selections. It also differentiates from preview/materialize/execute behaviors, though it doesn't name a sibling.

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?

It gives a clear context: use after the user selects candidates in an agent-only session, constrained to the current cached result set. It does not explicitly name alternative tools or when-not-to-use conditions, but the intended context is evident.

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