Skip to main content
Glama

Israel Statistics MCP

by reuvenaor

get_index_topics

Retrieve and filter statistical index topics from Israel's Central Bureau of Statistics. Search by topic name, update frequency, or language. Use pagination for large datasets.

Instructions

Get index topics from Israel Statistics API

Input Schema

NameRequiredDescriptionDefault
explanationNoAdditional explanation or context for the request
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.
periodNoFilter indices by update frequency. Options: M=monthly data only | Q=quarterly data only | MQ=both monthly and quarterly (most comprehensive) | QM=quarterly and monthly. Default shows all.
searchTextNoSearch for specific topics by name. For example, use 'housing' to find housing-related indices, or 'food' for food price indices.
searchTypeNoSearch matching method. Options: contains=finds text anywhere in name (recommended) | begins_with=name starts with your text | equals=exact name match. Default: contains.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "explanation": { "description": "Additional explanation or context for the request", "type": "string" }, "lang": { "description": "Language for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses.", "enum": [ "he", "en" ], "type": "string" }, "page": { "description": "Page number for pagination. Start with 1 for first page. Use with pagesize to navigate large result sets.", "minimum": 1, "type": "number" }, "pagesize": { "description": "Number of results per page (maximum 1000). Controls how many items to return. Use with page for pagination.", "maximum": 1000, "minimum": 1, "type": "number" }, "period": { "description": "Filter indices by update frequency. Options: M=monthly data only | Q=quarterly data only | MQ=both monthly and quarterly (most comprehensive) | QM=quarterly and monthly. Default shows all.", "enum": [ "M", "Q", "MQ", "QM" ], "type": "string" }, "searchText": { "description": "Search for specific topics by name. For example, use 'housing' to find housing-related indices, or 'food' for food price indices.", "type": "string" }, "searchType": { "description": "Search matching method. Options: contains=finds text anywhere in name (recommended) | begins_with=name starts with your text | equals=exact name match. Default: contains.", "enum": [ "begins_with", "contains", "equals" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Israel Statistics MCP

Related Tools

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