Skip to main content
Glama

cases-create

cases-create

Initiate a CMMN case by providing a name; optionally set status, tags, workspace, or link as a sub-case.

Instructions

Creates a new CMMN case

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoOptional description to provide context about the case
nameYesName of the case to create
parent_case_idNoParent case ID for sub-cases (CaseTask pattern)
statusNoInitial CMMN lifecycle status (default: active). Options: active, completed, terminated, suspended, closed, failed
tagsNoTags for categorization
workspace_idNoWorkspace to add the case to (@rid format). If omitted, adds to user's default workspace.
Behavior1/5

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

No annotations are provided, so the description must fully disclose behavioral traits. However, it merely states the creation action without describing side effects, permissions, safety profile, or any potential restrictions. This is a significant gap.

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

Conciseness2/5

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

The description is extremely short (one sentence, four words), but it lacks essential information about usage and behavior. Being concise is not an excuse for under-specification; it should provide more context for a tool with six parameters.

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 the tool has six parameters and no output schema or annotations, the description is insufficiently complete. It fails to explain return values, side effects, or the purpose of key parameters like parent_case_id or workspace_id. The agent would lack crucial context for correct invocation.

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?

The input schema has 100% coverage with parameter descriptions. The tool description does not add any additional meaning beyond what the schema already provides, so it meets the baseline expectation.

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 'Creates a new CMMN case' clearly states the verb and resource, and distinguishes it from sibling tools like cases-delete or cases-update. However, it does not contrast with other create tools, but given the naming convention, it is sufficiently clear.

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

Usage Guidelines2/5

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

The description offers no guidance on when to use this tool versus alternatives. It does not mention prerequisites, when not to use it, or how it differs from similar tools like items-create.

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/mstang/casemgr-mcp'

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