Skip to main content
Glama

xbrl_concept_details

Read-onlyIdempotent

Retrieve complete details for a taxonomy concept, including labels, accounting references, data type, and sample facts from an XBRL filing.

Instructions

Get full details for a taxonomy concept.

Returns all labels (standard, terse, verbose, documentation), references to accounting standards, data type, period type, balance direction, substitution group, and sample reported facts.

Args: params (ConceptDetailsInput): Filing ID and concept name.

Returns: str: JSON with comprehensive concept information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds what the output contains (JSON with comprehensive concept information) and does not contradict annotations. No additional behavioral details are provided beyond that.

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?

The description is concise with 6 sentences, front-loaded with the purpose. It uses a bullet-like listing for returned information, making it scannable. However, the Args and Returns section could be integrated more seamlessly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, the description adequately covers the return format. It explains the input parameters sufficiently. However, it lacks notes on error handling or cases where the concept is not found, which would improve completeness.

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?

The description mentions 'Filing ID and concept name' as parameters, adding minimal context beyond the schema's nested property descriptions. With 0% schema description coverage (top-level params missing description), the tool description compensates partially but still lacks depth.

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 gets full details for a taxonomy concept, listing the specific information returned (labels, references, data type, etc.). It distinguishes itself from sibling tools like xbrl_browse_taxonomy or xbrl_fact_details by focusing on comprehensive concept introspection.

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?

No explicit guidance on when to use this tool versus alternatives. It mentions the required parameters (filing_id and concept_name) but does not indicate when this is preferable to related tools like xbrl_search_sec_concept or xbrl_fact_details.

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