Skip to main content
Glama

List Members

list_members
Read-onlyIdempotent

List current members of the Riksdag (ledamöter), optionally filtered by party and/or constituency. Results nest under personlista.person[] with Swedish fields (parti, valkrets, efternamn, tilltalsnamn).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
knNoConstituency name (valkrets), e.g. "Stockholms län".
partiNoParty abbreviation, e.g. S, M, SD, C, V, KD, L, MP.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "parti": "S"
      +  },
      +  {
      +    "kn": "Stockholms län",
      +    "parti": "M"
      +  }
      +]
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds value by specifying the response nesting structure (personlista.person[]) and Swedish field names, which is helpful context beyond the safety profile. It does not contradict 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?

The description is two concise sentences, front-loaded with the core purpose and followed by a useful response structure note. Every word earns its place, with no redundancy or filler.

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

Completeness4/5

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

For a simple tool with two optional parameters and no output schema, the description adequately covers purpose and result shape. It mentions the nesting path and key fields, though it omits potential details like pagination or result size limits, which are not critical for this list operation.

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?

The input schema already provides full descriptions and examples for both parameters (kn and parti), covering 100% of parameters. The description only restates that filtering is optional, adding no new semantic detail beyond the schema.

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 tool lists current Riksdag members with optional filters for party and constituency. The verb 'List' and the specific resource (Riksdag members) distinguish it from sibling tools like list_votes and list_subscriptions.

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 when one needs current Riksdag members and mentions optional filters, but it does not explicitly state when to use this tool versus alternatives or any exclusions. There is no direct comparison to sibling tools (e.g., search_documents or entity_profile).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.