Skip to main content
Glama

Datagov Israel MCP

by aviveldan
MIT License
133
  • Apple
  • Linux

fetch_data

Retrieve specific datasets from the Israeli government’s public API by querying dataset names, with options to set limits and offsets for results.

Instructions

Fetch data from public API based on a dataset name query

Input Schema

NameRequiredDescriptionDefault
dataset_nameYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "dataset_name": { "title": "Dataset Name", "type": "string" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "required": [ "dataset_name" ], "type": "object" }
Install Server

Other Tools from Datagov Israel 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/aviveldan/datagov-mcp'

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