Skip to main content
Glama
reuvenaor

Israel Statistics MCP

by reuvenaor

get_index_data

Retrieve price index data from Israel's Central Bureau of Statistics for specific codes and date ranges to analyze economic trends and inflation.

Instructions

Get index data from Israel Statistics API

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesThe index code (numeric string) you want price data for. Get this code first from getSubjectCodes or getIndexTopics. Example: '120010' for general CPI.
startPeriodNoStarting period in mm-yyyy format like '01-2020' for January 2020. Leave empty to get data from the beginning of the series.
endPeriodNoEnding period in mm-yyyy format like '12-2024' for December 2024. Leave empty to get data up to the most recent available.
formatNoResponse format. Options: json=JSON format (recommended, default) | xml=XML format. Use json unless you specifically need XML.
lastNoGet only the N most recent data points instead of the full series. Useful for getting just the latest values, e.g., use 12 for the last year of monthly data.
coefNoSet to true to include linkage coefficients for inflation calculations. Only needed if you plan to do manual price adjustments.
langNoLanguage for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses.
pageNoPage number for pagination. Start with 1 for first page. Use with pagesize to navigate large result sets.
pagesizeNoNumber of results per page (maximum 1000). Controls how many items to return. Use with page for pagination.
explanationNoAdditional explanation or context for the request
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 for behavioral disclosure. The description only states what the tool does at a high level without mentioning authentication requirements, rate limits, error handling, response structure, or whether this is a read-only operation. For a tool with 10 parameters and no annotations, this is insufficient.

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 a single, efficient sentence that states the core purpose without unnecessary words. It's appropriately sized for a tool with comprehensive schema documentation, though it could benefit from additional context about when to use it versus sibling tools.

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?

Given the tool's complexity (10 parameters, no output schema, no annotations), the description is inadequate. It doesn't explain the return format, error conditions, authentication needs, or how this tool differs from similar sibling tools. The high parameter count and lack of output schema mean users need more guidance than what's provided.

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?

Schema description coverage is 100%, so the schema already fully documents all 10 parameters with detailed descriptions, examples, and constraints. The description adds no additional parameter information beyond what's in the schema, meeting the baseline expectation when schema coverage is complete.

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 ('Get') and resource ('index data from Israel Statistics API'), providing specific purpose. However, it doesn't differentiate this tool from sibling tools like get_all_indices, get_main_indices, or get_main_indices_by_period, which likely retrieve similar data with different scopes or filters.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With multiple sibling tools that likely retrieve index data (e.g., get_all_indices, get_main_indices, get_main_indices_by_period), there's no indication of how this tool differs in scope, filtering, or use cases.

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/reuvenaor/israel-statistics-mcp'

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