Skip to main content
Glama
sedis-ab

@sedis/mcp

Official
by sedis-ab

List listed companies (Bolagsanalys)

bolagsanalys_list_companies
Read-only

Search Sedis's listed companies by name fragment or country code to get company IDs and names, then use the ID to fetch quarterly financial data.

Instructions

Read-only. Search Sedis's catalog of listed companies by name fragment or country code and return each company's companyId and name. This is the FIRST step of the Bolagsanalys flow: take a companyId from here and pass it to bolagsanalys_get_data to fetch its quarterly figures. Example: nameContains 'Volvo', countryCode 'SE'. Reference data shared across all tenants; this tool never writes or ingests.

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'.
pageSizeNoRows per page (v2 default 50, max 500), e.g. 50.
countryCodeNoISO-3166 alpha-2 country code, e.g. 'SE'.
nameContainsNoCase-insensitive company-name fragment, e.g. 'Volvo'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesMatching listed companies.
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.
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. Description reinforces read-only behavior and adds new context: 'Reference data shared across all tenants' and 'never writes or ingests.' It also explains the chaining behavior (use result in get_data). No contradiction; adds useful context beyond annotations.

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?

Three sentences, front-loaded with 'Read-only.' Each sentence earns its place: safety, purpose, flow, example, shared-data note. No wasted words or repetition of schema fields.

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?

For a simple search tool with 5 optional params and an output schema, the description covers safety, search criteria, return value, and downstream usage. It is complete enough for an agent to know when and how to invoke it correctly.

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%, so baseline is 3. The description adds a concrete example ('nameContains 'Volvo', countryCode 'SE'') and explains that the companyId result is intended for use in bolagsanalys_get_data, providing practical usage semantics beyond the schema's per-parameter 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?

Description states specific action: search Sedis's catalog of listed companies by name fragment or country code, returning companyId and name. It distinguishes from sibling bolagsanalys_get_data by positioning as the first step, and mentions the next tool to use.

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?

Explicitly says this is the FIRST step of the Bolagsanalys flow and to pass the returned companyId to bolagsanalys_get_data. Clear context for when to use, though it doesn't explicitly mention alternatives like bolagsanalys_search_data or fastighetsbenchmark tools, the flow guidance is strong.

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