organization_show
Retrieve detailed information about a specific organization by providing its unique ID. Part of the Datagov Israel MCP, it streamlines access to Israeli government data.
Instructions
Get details of a specific organization.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}