Skip to main content
Glama
emilabd247

Jedox MCP Server

by emilabd247

List Jedox Dimension Elements

jedox_list_elements
Read-onlyIdempotent

Retrieve paginated lists of dimension elements from a Jedox database by specifying database and dimension IDs, with options for limit and offset.

Instructions

List elements (members) in a Jedox dimension, with pagination.

Args:

  • database_id: Numeric ID of the database

  • dimension_id: Numeric ID of the dimension

  • limit: Max elements to return (1-1000, default 100)

  • offset: Skip N elements for pagination (default 0)

Returns: { items: [{ id, name, type, typeLabel, level, depth, numberOfChildren }], total, offset, limit, hasMore }

Element typeLabel values:

  • "numeric": leaf data element (holds numbers)

  • "string": leaf string element

  • "consolidated": parent/rollup node (has children, aggregates values)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesNumeric ID of the database.
dimension_idYesNumeric ID of the dimension.
limitNoMaximum number of elements to return (1-1000). Default: 100.
offsetNoNumber of elements to skip for pagination. Default: 0.
Behavior5/5

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

Annotations already provide readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds valuable behavioral context: pagination details (limit, offset), return structure ({ items, total, offset, limit, hasMore }), and element type labels (numeric, string, consolidated). No contradictions.

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 concise and well-structured: a purpose sentence, then Args section, Returns section, and a list of element type labels. Every sentence adds value without redundancy.

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

Completeness4/5

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

Given the tool's complexity (4 parameters, no output schema), the description is nearly complete. It explains pagination, return structure, and element types. Minor missing details like error scenarios or prerequisites, but overall sufficient for effective use.

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 100%, but the description adds meaning beyond the schema by explaining pagination logic, the return format, and element type labels. This provides context not available in the schema alone.

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 'List elements (members) in a Jedox dimension, with pagination.' This specifies the verb (list) and resource (elements in a Jedox dimension), distinguishing it from sibling tools that create, update, or delete elements or other resources.

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 provides clear parameter details and return format. While it doesn't explicitly state when not to use, the context from sibling tools implies it is the primary list tool for dimension elements, making usage intuitive.

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