Skip to main content
Glama
theYahia

@theyahia/amocrm-mcp

by theYahia

accept_unsorted

Convert an unsorted lead into an active pipeline lead. Set the target pipeline, status, and responsible user to route it correctly.

Instructions

Accept an unsorted lead — moves it into a pipeline as a real lead. Optionally specify target pipeline, status, and responsible user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYesUID of the unsorted lead to accept
user_idNoResponsible user ID for the accepted lead
status_idNoTarget status ID within the pipeline
pipeline_idNoTarget pipeline ID
Behavior3/5

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

With no annotations provided, the description carries the burden of explaining side effects. It discloses the core state change and optional parameters, but does not clarify what happens to the original unsorted entry, whether defaults are used for omitted fields, or whether the operation requires special permissions.

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?

A single, well-structured sentence that states the action, outcome, and optional fields without repetition or filler. Every clause earns its place.

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

Completeness4/5

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

For a relatively simple operation with full schema coverage, the description provides enough context to invoke the tool correctly: the required UID, the state change, and optional fields are all clear. Minor gaps remain around default behavior and return value, but they do not seriously impede correct usage.

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?

Schema description coverage is 100%, so all four parameters already have clear descriptions. The description's mention of 'pipeline, status, and responsible user' mirrors the schema and adds no additional semantic nuance beyond what the schema provides.

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 names the action ('accept'), the resource ('unsorted lead'), and the outcome ('moves it into a pipeline as a real lead'). It distinguishes this tool from sibling read/list tools by describing a state transition from unsorted to real lead.

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

Usage Guidelines3/5

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

The usage context is implied: use this when you have an unsorted lead to convert into a real pipeline lead. However, it does not explicitly mention when not to use it or name alternatives like create_lead for starting from scratch.

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/theYahia/amocrm-mcp'

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