Skip to main content
Glama
freevisionsk

Register UZ MCP Server

by freevisionsk

get_uctovny_vykaz_table_value_by_labels

Extract specific financial metrics from Slovak business reports by matching row and column labels to retrieve values like profit/loss or total assets.

Instructions

Search for specific values in a financial report by matching row and/or column labels. Returns only the values that match the specified criteria. Useful for extracting specific metrics like 'Výsledok hospodárenia' (profit/loss), 'SPOLU MAJETOK' (total assets), etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
row_labelNo
row_codeNo
column_labelNo
table_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchesNoMatched values
report_idYesFinancial report ID
template_idNoTemplate ID
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool searches and returns matching values, which implies read-only behavior, but doesn't mention error conditions, rate limits, authentication requirements, or what happens when no matches are found. The description is minimal and lacks important operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with three sentences. The first sentence states the core functionality, the second describes the return behavior, and the third provides concrete examples. No wasted words, though it could be slightly more structured with clearer separation of concepts.

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?

Given 5 parameters with 0% schema coverage and no annotations, the description is incomplete. While an output schema exists (which helps with return values), the description doesn't adequately explain parameter usage or behavioral constraints. For a search tool with multiple filtering parameters, more guidance is needed about how parameters interact and what constitutes a valid search.

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

Parameters2/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 for undocumented parameters. The description mentions row/column labels and provides examples, but doesn't explain the purpose of 'id', 'row_code', or 'table_name' parameters. It only partially addresses 2 of the 5 parameters, leaving significant gaps in parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches for specific values in a financial report by matching row/column labels and returns matching values. It provides specific examples like 'Výsledok hospodárenia' and 'SPOLU MAJETOK' to illustrate usage. However, it doesn't explicitly differentiate from sibling tools like 'get_uctovny_vykaz' or 'get_uctovny_vykaz_with_labeled_tables'.

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 usage context ('useful for extracting specific metrics') and provides examples, but doesn't explicitly state when to use this tool versus alternatives like 'get_uctovny_vykaz' (which might return full reports) or 'get_uctovny_vykaz_with_labeled_tables' (which might return structured tables). No explicit when-not-to-use guidance is provided.

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/freevisionsk/registeruz-mcp'

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