Skip to main content
Glama

xbrl_dts_comparison

Read-onlyIdempotent

Compare two XBRL filings to identify added, removed, and changed concepts, relationships, and labels.

Instructions

Compare two taxonomy/filing schemas.

Identifies concepts, relationships, and labels that were added, removed, or changed between two filings or taxonomy versions.

Args: params: Two filing IDs.

Returns: str: JSON with added/removed/changed concepts and relationships.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds value by detailing the output (JSON with changes) and input (two filing IDs). No contradictory or hidden behaviors are present.

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 concise, front-loaded with purpose, and includes separate sections for args and returns. Every sentence adds value without redundancy.

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?

While the description covers the core purpose and output, it lacks context on when to use this tool over similar siblings (e.g., xbrl_compare_filings) and does not explain the DTS concept. The output schema exists, reducing the need for return value details, but overall completeness is adequate but not thorough.

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 description only states 'Two filing IDs' for the params parameter. The schema has 0% coverage for the top-level parameter, and the nested properties have descriptions, but the description does not clarify the parameter structure or roles (baseline vs comparison). This is insufficient to guide an agent.

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 clearly states the tool compares two taxonomy/filing schemas and specifies what is identified (added/removed/changed concepts, relationships, labels). It uses specific verbs and resources, and distinguishes from siblings like xbrl_compare_filings by focusing on structural schema comparison.

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 description implies usage for comparing two DTS/filings but does not explicitly mention when not to use or provide alternatives. Given many sibling tools, it would benefit from stating exclusions or similar tools like xbrl_compare_filings.

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/TheKingHippopotamus/Arelle-MCP'

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