Skip to main content
Glama
aviveldan

Datagov Israel MCP

by aviveldan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
status_showA

Get the CKAN version and a list of installed extensions.

license_listB

Get the list of licenses available for datasets on the site.

package_listB

Get a list of all package IDs (datasets).

package_searchC

Find packages (datasets) matching query terms.

package_showC

Get metadata about one specific package (dataset).

organization_listB

Get names of all organizations.

organization_showB

Get details of a specific organization.

resource_searchC

Find resources based on their field values.

datastore_searchD

Search a datastore resource.

fetch_dataC

Fetch data from public API based on a dataset name query

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes, such as searching datastores vs. fetching data from APIs, but 'datastore_search' and 'resource_search' could be confused as both involve searching within datasets. The descriptions help clarify, but some overlap exists.

Naming Consistency4/5

Tools follow a consistent snake_case pattern with clear verb_noun structures like 'package_search' and 'organization_show', but 'fetch_data' deviates slightly with a less specific verb. Overall, the naming is predictable and readable.

Tool Count5/5

With 10 tools, the server is well-scoped for interacting with a data catalog, covering operations like listing, searching, and showing details for datasets, organizations, and resources. Each tool earns its place without being overwhelming.

Completeness4/5

The toolset provides good coverage for browsing and querying a CKAN-based data catalog, including CRUD-like operations for packages and organizations. Minor gaps exist, such as no tools for creating or updating datasets, but agents can work around this for read-only access.

Maintenance

ActivityInactive
ResponsivenessNo issues