Skip to main content
Glama
CRACKISH

mcp-creatio

by CRACKISH

🔑 Get Current User Info - CALL THIS FIRST!

get-current-user-info

Retrieves the current user's contact ID, required as OwnerId and AuthorId when creating CRM records. Call this first before any create operation.

Instructions

⚠️⚠️⚠️ MANDATORY FIRST STEP ⚠️⚠️⚠️

🚨 YOU MUST CALL THIS TOOL FIRST before creating ANY Activity, Lead, Opportunity, Case, or other CRM record!

WHY CALL FIRST:

  • Returns the ContactId needed for OwnerId and AuthorId fields

  • Without this, you CANNOT create activities or CRM records correctly

  • Activities MUST have valid OwnerId and AuthorId (both = ContactId)

  • By default, ALL activities/leads/tasks are created FOR THE CURRENT USER

📋 REQUIRED WORKFLOW: Step 1: Call get-current-user-info (no parameters) ← DO THIS NOW! Step 2: Extract contactId from response Step 3: Store contactId in memory for this conversation Step 4: Use contactId as OwnerId and AuthorId in ALL create operations

Returns: { "userId": "410006e1-ca4e-4502-a9ec-e54d922d2c00", "contactId": "76929f8c-7e15-4c64-bdb0-adc62d383727", // ← SAVE THIS! "userName": "Current User", "cultureName": "en-US" }

USE CASES (when to call): ✅ User asks to create activity/meeting/task/call → CALL THIS FIRST! ✅ User asks to create lead/opportunity/case → CALL THIS FIRST! ✅ User asks who they are → CALL THIS! ✅ Beginning of ANY CRM workflow → CALL THIS FIRST! ❌ Simple queries (read/search) → Not required

CRITICAL RULES:

  • ContactId (NOT userId) goes into OwnerId/AuthorId fields

  • Cache the ContactId - don't call repeatedly

  • Default assumption: create records FOR current user

  • Only change owner if user explicitly says "for [someone else]"

Example usage: User: "Create a meeting for tomorrow" YOU: 1) Call get-current-user-info 2) Use contactId for OwnerId and AuthorId 3) Create activity with those IDs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description fully handles transparency. Clearly explains return fields and that ContactId is used for OwnerId/AuthorId, but could explicitly state the tool is read-only and has no 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.

Conciseness4/5

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

Though verbose, the structure is well-organized with warnings, workflow steps, use cases, and examples. Every sentence serves a purpose to enforce the mandatory first-step behavior.

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?

No output schema, so description includes the full return format and field explanations. Covers all necessary context for a tool that provides essential user identification.

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 has zero parameters, so description carries full burden. Adds extensive meaning by explaining the purpose, output format, and how to use the returned values.

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?

Clearly states the tool returns current user info including ContactId, and emphasizes it as a mandatory first step for create operations, distinguishing it from sibling 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?

Explicitly lists when to call (create activities, leads, etc.) and when not (simple queries), plus provides a step-by-step workflow and critical rules.

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