Skip to main content
Glama
zohar

Knesset MCP Server

by zohar

list-factions

List political party factions by Knesset number, returning FactionIDs for use with member roster queries.

Instructions

List factions (parties) for a given Knesset number. Use the returned FactionID with list-knesset-members to get party rosters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax factions to return (default 50)
knessetNumYesKnesset number
onlyCurrentNoIf true, only currently active factions
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose whether the operation is read-only, any side effects, auth requirements, or rate limits. For a list operation, this is a moderate gap.

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 extremely concise: two sentences with no wasted words. The key purpose and usage guidance are front-loaded.

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?

Given no output schema, the description could have mentioned return fields (e.g., list of factions with FactionID, name). However, the context from sibling tools and the explicit pointer to list-knesset-members provides adequate completeness for a simple list tool.

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 has 100% description coverage, so the baseline is 3. The description adds some value by mentioning the use of FactionID with another tool, but does not add new meaning 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 verb (list), resource (factions), and condition (given Knesset number). It distinguishes from sibling tools like list-committees and list-knesset-members by specifying its scope.

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 description explicitly says when to use (for a given Knesset number) and provides a follow-up action (use returned FactionID with list-knesset-members). However, it lacks explicit exclusion of alternatives or when-not-to-use.

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/zohar/knesset-mcp'

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