Skip to main content
Glama
CRACKISH

mcp-creatio

by CRACKISH

Create or update Creatio system operation

upsert-admin-operation

Create or update a SysAdminOperation record in Creatio. Bypasses blocked OData modifications by using this dedicated tool. Returns the operation ID.

Instructions

Create a new SysAdminOperation (omit id) or update an existing one (supply id). Use this instead of the generic create/update tools — OData modifications on SysAdminOperation are blocked at the platform level. Reads still go through the standard read tool. Response contains the operation Id. See /admin-operation-guide for the full workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoExisting SysAdminOperation Id. Omit to create a new record (a new GUID is generated server-side and returned in the response).
codeYesCode of the system operation (e.g., "CanManageAdministration"). Required and must be unique. Conventionally PascalCase with no spaces.
nameYesDisplay name of the system operation (e.g., "Can manage administration"). Required for both create and update.
descriptionNoOptional human-readable description of what the operation gates.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the upsert behavior, that modifications are blocked via generic tools, and that response contains the operation Id. It does not cover permissions or rate limits, but for this tool's nature it is sufficient.

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: one sentence for the main action, one for sibling distinction, one for response and reference. Every sentence adds value with no redundancy.

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

Completeness5/5

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

For a tool with 4 parameters, no output schema, and moderate complexity, the description covers the essential context: response contains operation Id, references a guide, and explains blocking of generic tools. No gaps.

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?

The input schema already describes all 4 parameters with 100% coverage, including the id parameter's role. The description adds value by framing the create/update logic (omit vs. supply id), reinforcing the schema's guidance.

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 or updates a SysAdminOperation, with explicit conditions: omit id for create, supply id for update. It specifies the resource and distinguishes from generic create/update tools.

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?

The description explicitly says to use this tool instead of generic create/update tools because OData modifications are blocked. It also notes reads go through the standard read tool, providing clear when-to-use and when-not-to-use guidance.

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/CRACKISH/mcp-creatio'

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