Skip to main content
Glama

Israel Statistics MCP

by reuvenaor

get_subject_codes

Retrieve index codes for specific subjects from Israel Statistics API by topic ID, with options to filter by search text, match type, language, and pagination.

Instructions

Get index codes for a specific subject/topic 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.
searchTextNoFilter index codes by description. For example, search 'bread' to find bread-related price indices within the topic.
searchTypeNoSearch matching method. Options: contains=finds text anywhere in name (recommended) | begins_with=name starts with your text | equals=exact name match. Default: contains.
subjectIdYesThe numeric ID of the topic you want index codes for. Get this ID first by calling getChapterTopics or getIndexTopics.

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" }, "searchText": { "description": "Filter index codes by description. For example, search 'bread' to find bread-related price indices within the topic.", "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" }, "subjectId": { "description": "The numeric ID of the topic you want index codes for. Get this ID first by calling getChapterTopics or getIndexTopics.", "type": "number" } }, "required": [ "subjectId" ], "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