Skip to main content
Glama
sedis-ab

@sedis/mcp

Official
by sedis-ab

List your comparison zones (Jämförelseobjekt)

fastighetsbenchmark_list_jamforelseobjekt
Read-only

Find comparison zones by name to get their sedisId, then pass it to search property units in the A6 flow. Read-only, tenant-scoped listing.

Instructions

Read-only. List YOUR comparison zones (Jämförelseobjekt — your clones of a Sedis-owned aggregate), returning each zone's sedisId. This is the FIRST step of the §8 A6 flow: find a zone by name here, then pass its sedisId to fastighetsbenchmark_search_property_units as belongsToJamforelseobjektSedisId to find your units in it. Lean by default: set detail: true to opt into the tenant-filtered containsPropertyUnits lineage. Example: nameContains 'Stockholm'. Tenant-scoped to your data; 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'.
detailNofalse (default, lean) omits lineage; true opts the tenant-filtered containsPropertyUnits array in via ?fields=.
pageSizeNoRows per page (v2 default 50, max 500), e.g. 50.
nameContainsNoCase-insensitive comparison-zone-name fragment, e.g. 'Stockholm'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesYour comparison zones (Jämförelseobjekt).
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=true, so the description's 'Read-only' and 'never writes' are not contradictory. It adds valuable behavior context beyond annotations: tenant-scoping, lean-by-default behavior, and that detail:true opts into a tenant-filtered containsPropertyUnits lineage.

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?

Four concise sentences with no filler. The first sentence front-loads purpose and read-only status, the second explains the workflow, the third clarifies parameter defaults with an example, and the fourth reinforces tenant scoping. Every sentence earns its place.

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 list tool with 5 parameters, no required fields, and an output schema, the description covers purpose, usage flow, parameter nuances, tenant scoping, and read-only safety. Pagination is handled by schema. No significant gaps remain.

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 coverage is 100%, so baseline is 3. The description adds extra semantics for the 'detail' parameter by explaining the lean default and the tenant-filtered lineage, and gives a concrete example for nameContains ('Stockholm'). This goes beyond the schema 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 a specific verb+resource: 'List YOUR comparison zones' and clarifies what is returned (sedisId). It distinguishes from sibling tools by noting these are 'your clones of a Sedis-owned aggregate' and positions it as the first step of a flow.

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?

Provides clear usage context: it is the 'FIRST step of the §8 A6 flow' and explicitly names the next tool to use with the returned sedisId. It distinguishes 'your' zones from 'Sedis-owned' aggregates, though it does not explicitly name when-not-to-use sibling tools like list_reference_zones.

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