Skip to main content
Glama
carlwestman

borsdata-mcp-server

by carlwestman

get_reports_batch

Retrieve all report types for up to 50 instruments in one batch call. Customize with original currency and report count limits.

Instructions

Get all report types for multiple instruments (max 50) in one call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instListYesArray of instrument IDs (max 50)
originalNoIf true, return in original report currency
maxR12QCountNoMax r12 and quarter reports (max 40)
maxYearCountNoMax year reports (max 20)
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It only states that it retrieves report types in one call, without mentioning any side effects, error handling, rate limits, or response structure. For a read operation, the absence of side effects is implied, but not explicitly stated, and no additional context is given.

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 a single concise sentence with no redundant words. It is front-loaded with the action and scope.

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?

The description is adequate for a straightforward batch-retrieval tool, but since there is no output schema and no annotations, it does not fully explain the response format or potential limitations. With all parameters documented in the schema, the main gap is the absence of return structure details.

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 documents all parameters. The description adds no parameter-specific information beyond mentioning the max 50 limit, which is already in the schema. Baseline 3 is appropriate.

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 action (Get), the resource (all report types), and the scope (multiple instruments with max 50). This distinguishes it from sibling tools like get_reports and get_all_reports, indicating a batch operation.

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 phrase 'for multiple instruments (max 50) in one call' implies that this tool should be used when retrieving reports for several instruments at once, as opposed to a single-instrument tool. However, it does not explicitly name alternatives or state when not to use it, so it falls short of a full 5.

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/carlwestman/borsdata-mcp-server'

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