Skip to main content
Glama

run_tw_corrections_analysis

Identify and analyze corrections needed in Taiwan interior decoration permit documents by processing masked text and metadata-only files in stage 1 review.

Instructions

Run stage 1 Taiwan corrections analysis from masked text and metadata-only files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
filesNo
as_of_dateNo
jurisdictionNo
procedure_stageNo
data_governance_stateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.5.1
    • addedInput schema / properties / data_governance_state
      Added value: +{
      +  "type": "object"
      +}
  2. First observedv0.4.0

TDQS

B3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It only states the action and inputs; it does not say whether the tool is read-only, what side effects it may have, what it returns, what permissions are needed, or how it handles failures. The word 'analysis' hints at a read-style operation, but that is not explicit.

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 a single sentence with no fluff or repetition. It front-loads the action and stage, then clarifies the input sources, making it easy to scan while remaining compact.

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?

For a tool with six parameters, a nested object, no output schema, and no annotations, this one-sentence description is far from complete. It does not explain what the analysis returns, how the parameters combine, what metadata-only files should contain, or how this stage fits into the broader acceptance pipeline.

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?

The input schema has 0% description coverage, and the description only adds meaning for text ('masked') and files ('metadata-only'). The remaining parameters—as_of_date, jurisdiction, procedure_stage, and data_governance_state—receive no additional context, and there are no enums or format details provided. This is only partial compensation for the schema's lack of descriptions.

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 names a specific action ('Run'), a resource ('stage 1 Taiwan corrections analysis'), and the input source ('masked text and metadata-only files'), so an agent can identify this as the first-stage analysis tool. The 'stage 1' qualifier helps distinguish it from sibling tools like run_tw_corrections_response, though 'corrections analysis' itself remains somewhat domain-specific and underspecified.

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 mention of 'stage 1' and 'masked text and metadata-only files' implies the tool is meant for the initial analysis phase using those specific inputs. However, there is no explicit guidance on when to use this tool versus alternatives, no exclusions, and no named sibling tools such as run_tw_corrections_response or run_two_stage_flow_acceptance.

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