Skip to main content
Glama
asterixix

Polish Academic MCP

by asterixix

amu_get_item

Retrieve complete metadata for academic items from Adam Mickiewicz University Repository using their unique UUID identifier.

Instructions

Retrieve full metadata for a single item in the Adam Mickiewicz University Repository by its UUID. The UUID is found in the 'uuid' field of amu_search results.

Input Schema

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

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

No annotations are provided, so the description carries full burden. It clearly indicates this is a read operation ('Retrieve'), which is helpful. However, it doesn't disclose other behavioral traits like error handling, rate limits, authentication needs, or what 'full metadata' includes. The description adds basic context but leaves significant behavioral aspects unspecified.

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?

Two sentences with zero waste. The first sentence states the core purpose with all essential elements. The second sentence provides crucial usage guidance and sibling relationship. Every word serves a clear purpose, and information is front-loaded appropriately.

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 simple read operation with one well-documented parameter and no output schema, the description is mostly complete. It covers purpose, usage context, and parameter source. The main gap is lack of information about return values (what 'full metadata' includes), which would be helpful given no output schema. However, for this complexity level, it's reasonably complete.

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%, so the schema already fully documents the single 'uuid' parameter. The description adds minimal value by mentioning UUIDs come from 'amu_search results', which provides context but doesn't add semantic details beyond what the schema provides. 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'), target resource ('a single item in the Adam Mickiewicz University Repository'), and method ('by its UUID'). It explicitly distinguishes from sibling 'amu_search' by mentioning UUIDs come from that tool's results, providing 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 ('for a single item by UUID') and when not to use it (implied: not for searching or multiple items). It names the alternative tool ('amu_search') and specifies the prerequisite relationship ('UUID is found in the 'uuid' field of amu_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