Skip to main content
Glama
emilabd247

Jedox MCP Server

by emilabd247

Get Jedox Cube

jedox_get_cube
Read-onlyIdempotent

Retrieve cube metadata including exact dimension order required to build valid cell paths for reading or writing cell values.

Instructions

Get detailed information about a specific cube, including its dimension order.

IMPORTANT: Always call this before jedox_get_cell_value or jedox_set_cell_value to confirm the exact dimension order. The 'dimensionIds' array tells you which dimension is at each position. The cell 'path' array must have one element name per dimension in this exact order.

Args:

  • database_id: Numeric ID of the database

  • cube_id: Numeric ID of the cube

Returns: { id, name, numberOfDimensions, dimensionIds, numberOfFilledCells }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
cube_idYesNumeric ID of the cube (from jedox_list_cubes).
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds that dimensionIds indicate order and that path must match, but does not significantly extend beyond annotation-provided safety profile.

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

Conciseness4/5

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

Well-structured with summary, important note, and Args/Returns sections. Slightly verbose as parameter info is repeated in text and Args, but overall front-loaded and clear.

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?

For a simple read tool with rich annotations, the description covers purpose, prerequisites, return structure, and relation to other tools, leaving no gaps.

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

Parameters4/5

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

Schema coverage is 50% (only cube_id has description). The description's 'Args' section provides descriptions for both parameters, including type and source for cube_id, thus adding value beyond schema.

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?

The description clearly states that the tool gets detailed information about a specific cube including dimension order, and distinguishes it from sibling tools like create, delete, or other get operations.

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

Usage Guidelines5/5

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

Explicitly instructs that this tool must be called before jedox_get_cell_value or jedox_set_cell_value to confirm dimension order, providing clear when-to-use guidance.

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