Skip to main content
Glama
mikko-bautista-113580

Creatio Case Toolkit MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CREATIO_LOGINNoForms-auth login (Mode 1)
CREATIO_BPMCSRFNoSSO session cookie BPMCSRF (Mode 2)
CREATIO_MAX_TOPNoMax rows per query (default 50)50
CREATIO_ASPXAUTHNoSSO session cookie .ASPXAUTH (Mode 2)
CREATIO_BASE_URLYesYour Creatio URL, e.g. https://<your-tenant>.creatio.com
CREATIO_PASSWORDNoForms-auth password (Mode 1)
CREATIO_BPMLOADERNoSSO session cookie BPMLOADER (Mode 2)
CREATIO_ALLOWED_ENTITIESYesComma-separated entity allowlist (e.g. Case,Activity,Contact,Account,SocialMessage)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
creatio_list_allowed_entitiesA

List the Creatio OData entity sets this server is permitted to read. If the allowlist is empty, all entities are readable.

creatio_query_recordsA

Query records from a Creatio entity via OData (read-only GET). Use OData syntax for filter/orderby, e.g. filter: "Number eq 'SR00042038'".

creatio_get_recordA

Fetch a single Creatio record by its GUID Id (read-only GET).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing allowed entities, querying records, and fetching a single record. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow the same verb_noun pattern with the consistent 'creatio_' prefix: list_allowed_entities, query_records, get_record. The naming is uniform and predictable.

Tool Count5/5

With 3 tools, the set is within the typical well-scoped range. Each tool serves a necessary role in the read-only OData use case, with no redundant or missing infrastructure.

Completeness5/5

For a read-only OData server, the tool surface is complete: it covers entity discovery, record querying, and single-record retrieval. No obvious gaps exist for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues