Skip to main content
Glama
sedis-ab

@sedis/mcp

Official
by sedis-ab

Search Bolagsanalys figures for many companies (batch)

bolagsanalys_search_data
Read-only

Retrieve quarterly financial figures for a selected set of up to 50 companies in a single call, optionally narrowing by parameter code and quarter range.

Instructions

Read-only. Fetch quarterly figures for a SPECIFIC SET of companies in one call by passing companyIds (up to 50, from bolagsanalys_list_companies), optionally narrowed to a parameterCode (from bolagsanalys_find_parameter) and a quarter range. Use this for a specific N-company subset — v2's GET has no companyIdIn, so to fetch ALL companies instead omit companyId on bolagsanalys_get_data. Quarter bounds use packed ids: quarterId, fromDate, toDate accept e.g. '20251' or '2025Q1' (QUARTERS, not calendar dates). The cap is 50 — more is rejected. Returns the same envelope as bolagsanalys_get_data; every row keeps its companyId and parameterCode; read-only — never writes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-indexed result page (first page = 1), e.g. 1.
sortNoComma-separated sort fields; prefix '-' for descending, e.g. '-name'.
countNofalse (default) skips totalCount for cheaper bulk paging.
toDateNoInclusive upper quarter bound, e.g. '20254' or '2025Q4'.
fromDateNoInclusive lower quarter bound, e.g. '20241' or '2024Q1'.
pageSizeNoRows per page (v2 default 50, max 500), e.g. 50.
companyIdNoSingle company id; OR'd with companyIds.
quarterIdNoSingle packed quarter, e.g. '20251' or '2025Q1'.
companyIdsNoUp to 50 company ids (from bolagsanalys_list_companies) to fetch in one call; over 50 is rejected.
parameterCodeNoParameter code from bolagsanalys_find_parameter; omit for all parameters.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesQuarterly figures, one row per company+parameter+quarter.
pageYesThe page you are on (1-indexed).
pageSizeNoRows per page echoed back by v2, e.g. 50.
totalCountNoTotal matching rows across all pages; null/absent when count is skipped.
totalPagesNoTotal page count; null/absent when count is skipped.
Behavior5/5

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

Although `readOnlyHint` is already true, the description adds the explicit 'read-only — never writes' guarantee, the 50-company cap with rejection behavior, the packed quarter format (not calendar dates), and the fact that rows retain `companyId` and `parameterCode`. These exceed what annotations provide and are not contradictory.

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 dense but entirely purposeful. Each sentence contributes a distinct piece of guidance (read-only, batch scope, alternatives, quarter format, cap, return envelope). It is front-loaded with the most important facts and contains no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (10 params, batch semantics), the description covers all high-stakes points: subset vs all, quarter encoding, cap, and response envelope. The presence of an output schema eliminates the need to document return fields, and the description leverages the sibling reference to complete the context.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (baseline 3). The description adds valuable semantics beyond the schema: explains packed quarter format for `quarterId`/`fromDate`/`toDate`, clarifies the 50-item limit on `companyIds`, and references the return envelope of the sibling tool. This is more than just repeating schema definitions.

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 ('Fetch quarterly figures'), the specific resource ('a SPECIFIC SET of companies in one call'), and the mechanism (`companyIds`). It directly distinguishes from the sibling `bolagasanalys_get_data` by contrasting the batch purpose with the all-companies alternative.

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?

Explicitly says when to use this tool ('a specific N-company subset') and when not ('to fetch ALL companies instead omit companyId on bolagasanalys_get_data'). It also provides format conventions for quarter bounds, which is essential for correct usage.

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/sedis-ab/sedis-mcp'

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