Skip to main content
Glama
narkov

Privat24 Business MCP Server

by narkov

Get historical exchange rates

privat24_business_get_exchange_rate_history

Get exchange rates for a specific date by submitting a date in DD.MM.YYYY format.

Instructions

Returns exchange rates for a specific date using DD.MM.YYYY format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool is read-oriented ('Returns exchange rates') and imposes a date format, but it does not describe the response shape, possible errors, or rate-limit behavior. This is adequate for a simple getter but not rich.

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?

Single sentence, front-loaded with the core behavior and includes the relevant format. No filler or redundant content.

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 one-parameter, no-output-schema tool, the description covers the main input requirement. However, without output schema or annotations, it would benefit from stating what the returned exchange rates look like, but the current text is minimally sufficient.

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 0%, so the description must compensate. It does identify the date parameter's meaning and format, though the format is already encoded in the schema pattern. It adds no further detail such as accepted date range or business-day constraints.

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?

Description states a specific action ('Returns exchange rates') with a clear scope ('for a specific date') and the expected date format. The 'historical' in the tool name plus the date-scoped behavior distinguishes it from sibling privat24_business_get_exchange_rates.

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 description implies the use case: retrieve exchange rates for a past/specific date. However, it does not explicitly say when to choose this tool over privat24_business_get_exchange_rates or mention any exclusions.

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/narkov/privat24-business-mcp-server'

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