Skip to main content
Glama
asterixix

Polish Academic MCP

by asterixix

rcin_get_record

Retrieve a single record from RCIN's academic database using OAI-PMH GetRecord. Specify a numeric ID or full OAI identifier to fetch metadata in formats like Dublin Core or METS.

Instructions

Fetch a single RCIN object via OAI-PMH GetRecord. Pass record_id as the numeric id from browse/search URLs, or full OAI id oai:rcin.org.pl:NNNNN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
record_idYesNumeric content id or full OAI identifier, e.g. 204728 or oai:rcin.org.pl:204728
metadata_formatNoMetadata schema (default oai_dc).oai_dc
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 describes the protocol (OAI-PMH GetRecord) and acceptable ID formats, which adds useful context. However, it doesn't disclose important behavioral traits like error handling, response format, authentication requirements, or rate limits that would be helpful for an agent.

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 - a single sentence that efficiently communicates the tool's purpose, protocol, and parameter usage. Every word earns its place with zero wasted information.

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?

For a read-only tool with good schema coverage but no output schema, the description provides adequate basic context. However, it lacks information about return values, error conditions, or any special behavioral considerations that would help an agent use it effectively.

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?

With 100% schema description coverage, the schema already documents both parameters thoroughly. The description adds some value by explaining the two acceptable formats for record_id (numeric id or full OAI id), but doesn't provide additional semantic context beyond what's in the schema descriptions.

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 ('Fetch a single RCIN object via OAI-PMH GetRecord'), identifies the resource ('RCIN object'), and distinguishes it from sibling tools like 'rcin_search' by specifying it retrieves a single record rather than performing searches.

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

Usage Guidelines4/5

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

The description provides clear context about when to use this tool (to fetch a single record by ID) and implicitly contrasts with search tools in the sibling list. However, it doesn't explicitly state when NOT to use it or name specific alternative tools for different scenarios.

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