Skip to main content
Glama
asterixix

Polish Academic MCP

by asterixix

icm_get_item

Retrieve complete metadata for research items in the ICM Open Research Data Repository using their unique UUID identifiers.

Instructions

Retrieve full metadata for a single item in the ICM Open Research Data Repository (open.icm.edu.pl) by its UUID. The UUID is found in the 'uuid' field of icm_search results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesItem UUID from icm_search results, e.g. 3fa85f64-5717-4562-b3fc-2c963f66afa6
Behavior3/5

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

With no annotations provided, the description carries full burden. It clearly describes the read-only nature ('Retrieve') and specifies the data source (ICM Open Research Data Repository). However, it doesn't disclose behavioral traits like rate limits, authentication requirements, error conditions, or response format details, leaving gaps for a tool with no annotation coverage.

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 perfectly concise with two tightly focused sentences. The first sentence establishes purpose and scope, while the second provides crucial usage guidance. Every word earns its place with zero redundancy or unnecessary elaboration.

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?

For a single-parameter read operation with no output schema, the description provides strong purpose clarity and usage guidelines. However, without annotations or output schema, it lacks details about response format, error handling, and behavioral constraints. The description is complete enough for basic use but leaves operational questions unanswered.

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%, providing complete documentation of the single 'uuid' parameter. The description adds marginal value by reinforcing the UUID comes from 'icm_search results' and specifying the repository context, but doesn't provide additional semantic details beyond what's already in the schema. This meets the baseline for high schema coverage.

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 specific action ('Retrieve full metadata') and resource ('a single item in the ICM Open Research Data Repository') with precise scope ('by its UUID'). It explicitly distinguishes from sibling 'icm_search' by noting the UUID comes from that tool's results, establishing clear differentiation.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool ('Retrieve full metadata for a single item... by its UUID') and when not to (implied: use icm_search for finding items). It names the alternative tool ('icm_search') and specifies the prerequisite relationship ('UUID is found in the 'uuid' field of icm_search results'), giving complete usage context.

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/asterixix/polish-academic-mcp'

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