Skip to main content
Glama
zohar

Knesset MCP Server

by zohar

list-recent-bills-by-stage

Retrieve recent bills filtered by a specific legislative stage, enabling tracking of bill progress through the Knesset from first reading to becoming law.

Instructions

List recent bills at a named legislative stage. Note: the Knesset combines 2nd and 3rd readings into one vote, so 'second-third-approved' is the closest proxy to 'passed second reading'. 'passed' = became law.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax bills to return (default 10)
stageYesLegislative stage
knessetNumNoOptional Knesset number to filter by
Behavior2/5

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

With no annotations provided, the description carries full burden. It only states 'List recent bills' without explaining how recency is determined, pagination, authentication needs, or any side effects. The note on stage semantics is helpful but not about tool behavior.

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 that cover the core purpose and a critical nuance. Every word earns its place.

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

Completeness2/5

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

Despite the schema covering parameters, the description lacks context on return format, ordering (what 'recent' means), and prerequisites. For a list tool with no output schema, the description should provide more detail about what the agent can expect.

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 parameters are already documented. The description adds value by explaining the stage enum values (e.g., 'second-third-approved' as proxy for passed second reading), which is not in the schema description for the stage parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (list recent bills) and the filter criterion (named legislative stage). It does not explicitly differentiate from sibling tools like list-bills-by-status, but the stage-specific focus is evident.

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 provides explicit guidance on interpreting the stage values, especially clarifying the meaning of 'second-third-approved' and 'passed'. However, it does not discuss when to use this tool versus alternatives or provide exclusions.

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