Skip to main content
Glama
totonga

odsbox-jaquel-mcp

by totonga

data_generate_fetcher_script

Read-only

Generates Python scripts that fetch submatrix data with error handling, data processing, and selectable output formats. Specify script type and options to produce tailored code.

Instructions

Generate Python scripts for fetching submatrix data with error handling and data processing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
script_typeYesType of script: basic, advanced, batch, analysis
submatrix_idYesID of the submatrix to fetch data from
output_formatNoDesired output format for the datacsv
include_analysisNoInclude basic data analysis examples
include_visualizationNoInclude matplotlib visualization code
measurement_quantity_patternsNoList of measurement quantity patterns to include

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

The annotation readOnlyHint=true already establishes that the operation has no side effects. The description adds that the generated scripts include 'error handling and data processing', but this is vague and does not explain whether the tool returns code, writes files, or executes anything. No contradiction with annotations exists.

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 one sentence with the core action and object front-loaded: 'Generate Python scripts for fetching submatrix data'. There is no filler or repetition, and the added phrase about error handling and data processing earns its place with relevant context.

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?

With a full parameter schema, an output schema present, and annotations covering read-only behavior, the description covers the minimum needed to invoke the tool. However, it omits context about how the generated script relates to execution versus other data tools, and it lacks sibling differentiation, leaving some ambiguity for an agent deciding between tools.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents all six parameters. The description does not add meaningful detail about parameters, such as how script_type affects the output or what output_format options imply. It stays at the baseline of 3 given the complete schema coverage.

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 uses a specific verb 'Generate' with a clear resource 'Python scripts for fetching submatrix data', distinguishing it as a code-generation tool rather than a data-reading tool. It is clear about the deliverable, though it does not explicitly differentiate itself from siblings like data_read_submatrix or plot_generate_code.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as data_read_submatrix, which actually reads data, or plot_generate_code, which generates visualization code. There are no use conditions, exclusion criteria, or scenario hints.

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