Skip to main content
Glama
emilabd247

Jedox MCP Server

by emilabd247

Bulk Create Jedox Elements

jedox_bulk_create_elements

Create multiple elements in a Jedox dimension in a single call. Supports numeric, string, or consolidated types with up to 500 elements per batch.

Instructions

Create multiple elements in a Jedox dimension at once.

Use this for efficiently populating a dimension with many members. For consolidated elements with children, use jedox_create_element individually.

Args:

  • database_id: Numeric ID of the database

  • dimension_id: Numeric ID of the dimension

  • elements: Array of { name, type } — max 500 per call

    • type: "numeric" (default), "string", or "consolidated"

Returns: { created: N, failed: [{ name, error }], elements: [{ id, name, typeLabel }] }

For large lists (>500), call this tool multiple times with batches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
dimension_idYes
elementsYesList of elements to create. Maximum 500 per call.
Behavior3/5

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

Annotations already indicate readOnlyHint=false, so the write nature is known. The description adds return format details but does not disclose potential side effects, permission requirements, or error handling beyond failures. Reasonable but not rich.

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?

The description is concise with 7 sentences, front-loading purpose and guidelines. Each sentence contributes useful information, but could be slightly tighter. Good structure.

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?

No output schema exists, so the description provides return format. It covers batching and the exception for consolidated elements. Lacks mention of permissions or preconditions, but sufficient for a bulk creation tool.

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 low (33%), but the description compensates by explaining elements as array of {name,type} with default type and max 500, and describes database_id and dimension_id as numeric IDs. This adds clarity beyond the 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 it creates multiple elements in a dimension at once, with a specific verb 'Create' and resource 'multiple elements'. It distinguishes from sibling tool jedox_create_element by noting that for consolidated elements with children, one should use the individual tool.

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 says when to use this tool (efficiently populating with many members) and when not to (consolidated elements with children -> use jedox_create_element). Also provides batching instructions for >500 elements, giving clear context.

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