Skip to main content
Glama
emilabd247

Jedox MCP Server

by emilabd247

List Jedox Cubes

jedox_list_cubes
Read-onlyIdempotent

List all cubes in a Jedox database using its numeric ID. Returns each cube's ID, name, dimensions, status, and cell counts.

Instructions

List all cubes in a Jedox database.

Args:

  • database_id: Numeric ID of the database

Returns: Array of { id, name, numberOfDimensions, numberOfCells, numberOfFilledCells, dimensionIds, status, type }

'dimensionIds' lists the dimension IDs in order — this order is used when specifying cell paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesNumeric ID of the database.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark readOnlyHint=true and idempotentHint=true. The description adds value by detailing the return structure and specifically noting that dimensionIds order is used for cell paths, which is critical behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise: one sentence for purpose, then structured Args and Returns sections. Every sentence adds value, with a key note about dimensionIds ordering. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description fully compensates by listing all return fields and their semantics. It covers the tool's inputs, outputs, and an important behavioral detail. No significant gaps remain for a simple list tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description repeats the parameter name and type without adding new constraints, format details, or usage nuances beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool lists all cubes in a specific database. The verb 'list' and resource 'cubes' are precise, and the required parameter database_id distinguishes it from sibling list tools like jedox_list_databases and jedox_list_dimensions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when you need to enumerate cubes in a database, mentioning the required parameter. It does not explicitly state when not to use it or provide alternatives, but the context is clear enough for a list operation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/emilabd247/work-jedox-mcp-server'

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