Skip to main content
Glama
runitsolutions

kommo-mcp

Get Kommo account

kommo_account_get
Read-only

Retrieve current Kommo account details including name, ID, subdomain, and user count. Optionally include extras like drive URL, AMoJO ID, version, and datetime settings via the 'with' parameter.

Instructions

Get current Kommo account information (name, id, subdomain, users count, optional embedded data). Use with=drive_url,amojo_id,version,datetime_settings to include extras.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
withNoComma-separated extras: drive_url, amojo_id, version, datetime_settings, is_api_filter_enabled, etc.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description doesn't need to restate safety. It adds value by specifying what core data is returned and how to request optional embedded data, giving agents a clear behavioral picture without redundancy.

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?

Two sentences: the first states the core function and return fields, the second explains the optional parameter. Every word earns its place, and the information is front-loaded for quick scanning.

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 simple read-only account getter with one optional parameter and no output schema, the description is complete. It states what will be returned, how to request extras, and annotations cover safety. No critical information is missing.

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 schema already documents the 'with' parameter with 100% coverage, listing valid extras and 'etc.' The description briefly repeats a subset of these values, but doesn't add new semantic meaning beyond the schema. This matches the baseline of 3 for full schema coverage.

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 uses the specific verb 'Get' with a clear resource 'current Kommo account information' and lists the key data fields (name, id, subdomain, users count). This makes it unambiguous and distinguishes it from sibling tools that target leads, contacts, or other entities.

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

Usage Guidelines4/5

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

The description clearly indicates when to use this tool: to retrieve account-level information. It also explains how to extend the response using the 'with' parameter. While it doesn't explicitly contrast with alternatives, the resource is unique enough that no exclusions are necessary.

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/runitsolutions/kommo-mcp'

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