Skip to main content
Glama
wzkariampuzha

flywheel-gear-dev-mcp

get_dicom_standard

Access DICOM data dictionary and transfer syntax standards directly to build and debug Flywheel gears without searching external docs.

Instructions

DICOM standard documentation (filtered to data dictionary and transfer syntaxes)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4/5.0
Behavior3/5

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

There are no annotations, so the description carries the burden. It discloses the filtering behavior (only data dictionary and transfer syntaxes), which is useful, but it does not specify the return format, whether the content is static/updated, or any more detailed retrieval behavior. For a zero-parameter read-only docs tool, this is acceptable but not comprehensive.

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?

A single compact sentence with no filler. The main subject and filtering constraint are front-loaded, making it quick for an agent to parse and act on.

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 zero-parameter input and lack of output schema, the description is nearly sufficient. It states the content area and scope, though it could be even more helpful by briefly noting common use cases, such as looking up DICOM tag definitions or transfer syntax UIDs.

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

Parameters4/5

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

The tool has zero parameters, so there is no parameter ambiguity and the baseline is 4. The description adds value by clarifying exactly what subset of DICOM documentation is returned, complementing the empty schema.

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 identifies the resource (DICOM standard documentation) and narrows the scope to data dictionary and transfer syntaxes. This makes it easy to distinguish from sibling documentation tools such as get_fw_gear_docs or get_bids_guide.

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 intended use is implied by the tool name and description: retrieve DICOM standard documentation restricted to specific topics. However, it does not explicitly state when to prefer this over sibling documentation tools or mention alternatives.

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

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/wzkariampuzha/flywheel-gear-dev-mcp'

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