Skip to main content
Glama
zohar

Knesset MCP Server

by zohar

list-bills-by-status

Retrieve recent Knesset bills filtered by legislative status, such as passed third reading or approved for first reading. Results are ordered by last update date.

Instructions

List recent bills filtered by StatusID (from KNS_Status), ordered by LastUpdatedDate descending. Ordering uses LastUpdatedDate since the OData API does not expose per-stage transition dates on KNS_Bill.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax bills to return (default 10)
statusIdYesKNS_Status StatusID. Common: 118=passed third reading, 178/179=approved in committee for 2nd-3rd reading, 109/167=approved for first reading
knessetNumNoOptional Knesset number to filter by
Behavior3/5

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

With no annotations, the description must cover behavior. It mentions ordering and an API limitation, which is good, but does not state that the tool is read-only, safe, or any authorization needs. Adequate but not comprehensive.

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, with two sentences that convey purpose, filtering, ordering, and a technical constraint with no wasted words.

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 list tool with no output schema, the description provides sufficient context: it lists bills, filtered by status, ordered by date. It does not detail return fields but is adequate for the tool's simplicity.

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 value by listing common StatusID values (118, 178/179, 109/167) and the default limit, going 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 bills filtered by StatusID with specific ordering. It distinguishes from siblings like list-recent-bills-by-stage (different filter) and search-bills-by-name (different action).

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 explains the ordering rationale but does not explicitly state when to use this tool over alternatives or when not to use it. It provides clear context but lacks 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