Open Emirates Intelligence
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UAEMCP_WRITE_TOKEN | No | Token required for mutating tools. If not set, writes are disabled. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| uae_sources_listA | List every registered official UAE open-data source with its metadata. |
| uae_source_getC | Get the full metadata for one source by id. |
| uae_source_healthC | Run a live, timeout-bounded health probe for one source. |
| uae_source_datasetsB | List the datasets inside a multi-dataset portal (CKAN/OpenDataSoft/ArcGIS). Simple single-dataset sources (like MOIAT) return one entry. Use the returned
|
| uae_source_recordsA | Fetch up to For multi-dataset portals pass |
| uae_market_snapshotC | Build a source-backed market snapshot (counts by emirate/area/product). |
| uae_searchA | Federated bilingual (ar/en) search across the catalog. Ranks official sources by relevance. With |
| uae_source_geoA | Spatially-filtered records as GeoJSON — powers map apps.
|
| uae_source_aggregateB | Group records and reduce with count|sum|avg|min|max.
|
| uae_dashboard_summaryA | Concurrent, cached health snapshot across all sources (fast, never stalls). |
| uae_source_add_metadataC | [WRITE — requires token] Add a metadata-only source to the local registry. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| profile_sector | Profile an economic sector across the UAE from official data. |
| compare_emirates | Compare the seven emirates on a chosen indicator. |
| discover_datasets | Find official datasets on a topic across all portals. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| UAE open-data source catalog | Every registered official UAE open-data source with metadata. |
TDQS
Scored across 11 tools
Each tool has a clearly distinct purpose: dashboard summary, market snapshot, search, source management (add, list, get, health), data retrieval (records, datasets, geo), and aggregation. No ambiguity between tools.
Tools consistently use the 'uae_' prefix. Most tools follow a 'uae_source_<action>' pattern, though 'uae_dashboard_summary' and 'uae_market_snapshot' deviate slightly. Overall pattern is predictable.
With 11 tools, the set is well-scoped for an open data intelligence server. Each tool serves a specific function without redundancy, and the count feels appropriate for the complexity of the domain.
The tool set covers core operations: search, catalog browsing, data retrieval, aggregation, and health checks. It lacks update/delete for sources, but for a read-heavy intelligence service, this is a minor gap.