Skip to main content
Glama
emilabd247

Jedox MCP Server

by emilabd247

Delete Jedox Element

jedox_delete_element
Destructive

Delete an element from a Jedox dimension by providing database, dimension, and element IDs. Handles removal of consolidated elements and base elements from consolidations.

Instructions

Delete an element from a Jedox dimension.

WARNING: Deleting a consolidated element does not delete its children, only the parent node. Deleting a base element that is a child of consolidations will remove it from those consolidations.

Args:

  • database_id: Numeric ID of the database

  • dimension_id: Numeric ID of the dimension

  • element_id: Numeric ID of the element to delete

Returns: { success: true }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
dimension_idYes
element_idYesNumeric ID of the element to delete.
Behavior4/5

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

Beyond destructiveHint annotation, the description warns about the non-recursive deletion of consolidated elements and the removal of base elements from consolidations. This adds valuable behavioral context for the agent.

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?

Concise and well-structured: brief purpose statement, warning block, args list, and return format. 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?

Covers essential aspects: purpose, behavioral nuances, required parameters, and return shape. Lacks error handling details, but given the tool's simplicity and presence of annotations, it is largely sufficient.

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

Parameters5/5

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

Schema covers only 33% of parameters with descriptions. The description compensates by clearly describing all three parameters ('Numeric ID of the database', etc.), adding meaning beyond the raw 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?

Description clearly states 'Delete an element from a Jedox dimension', specifying the action and resource. It distinguishes from sibling delete tools for cubes, databases, dimensions, and rules.

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

Usage Guidelines3/5

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

Provides warnings about consolidation behavior but lacks explicit guidance on when to use this tool versus alternatives like jedox_delete_dimension or jedox_delete_cube. The usage context is implied by the tool name and parameters.

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