datasaudi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_cubesA | Search the DataSaudi catalog of 277 statistical cubes. Returns an ENVELOPE (not a bare list):
{query, scope, total_matches, returned, catalog_size (277), complete, results, note}.
scope: 'catalog' (title/topic), 'measures' (measure names), or 'levels' (drillable level names - NOT member values; 'members' is an alias). locale='ar' also matches the Arabic catalog annotations (topic/subtopic/source); cube names/captions themselves are English only. An empty query returns a labeled preview (first 25 of 277). A space-separated query that finds nothing is retried once with spaces replaced by underscores. |
| describe_cubeA | Introspect one cube: its drillable level names and measures. Pass |
| query_cubeA | Query a cube by drilldowns (level names) + measures; returns a compact, paginated result with the resolved query echoed back.
limit: max rows per call (default 100), HARD-CAPPED at 5000. A larger value is
silently reduced to 5000 - the tool will NOT return an unbounded result, because a
single result over ~1MB is rejected outright by the client (no partial data comes
back). THERE IS NO 'get everything in one call'. To get more than one page, do NOT
raise limit: page with Note: a cut on a valid level but nonexistent member returns 0 rows (reported as 'valid query, no matching data'), not an error - check the member id if you expected rows. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mohsinmshabbir/datasaudi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server