Skip to main content
Glama
phillipboesger

Polarion MCP Server

postGlobalEnumeration

Create a global list of enumerations with custom options, attributes, and target types to standardize workflow values across Polarion projects.

Instructions

Creates a list of Enumerations in the Global context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestBodyYesThe Enumeration(s) body.
Behavior2/5

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

No annotations exist, so the description carries full burden. It only states the action without disclosing important behaviors: What happens on duplicate names? Does it replace or append? Is there any validation of the nested options? The description is insufficient for an agent to anticipate side effects.

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

Conciseness3/5

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

The description is a single sentence with no unnecessary words. However, its brevity compromises completeness; it could be slightly longer to include crucial details. It is appropriately front-loaded but lacks substance.

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

Completeness1/5

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

Given no output schema and no annotations, the description should compensate with behavioral and contextual details. The tool creates complex nested objects (enumerations with many fields), but the description gives no insight into error handling, idempotency, or response. It is inadequate for an agent to reliably invoke this 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% because the single parameter has a description ('The Enumeration(s) body.'). However, this description is generic and adds no meaning beyond stating that it is the request body. The tool description does not clarify the role of nested fields (enumContext, enumName, options, targetType) which are already defined in the schema. Thus, the description adds minimal value over the schema.

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

Purpose4/5

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

The description clearly identifies the action (creates), resource (list of Enumerations), and context (Global). It distinguishes from project-level enumeration tools like postProjectEnumeration by specifying 'Global context'. However, it does not elaborate on the batch nature of the operation.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives (e.g., postProjectEnumeration, patchGlobalEnumeration). No prerequisites, conditions, or exclusions provided. The agent is left without context for decision-making.

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/phillipboesger/polarion-mcp'

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