Skip to main content
Glama
theYahia

MoySklad MCP Server

by theYahia

create_counterparty

Create a new counterparty in MoySklad by entering name, company type, INN, and contact details. Classify as legal, entrepreneur, or individual.

Instructions

Create a new counterparty. Set companyType to 'legal', 'entrepreneur', or 'individual'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
innNoINN (tax identification number)
nameYesCounterparty name (required)
emailNoEmail address
phoneNoPhone number
companyTypeNoCompany typelegal
descriptionNoComment/description
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It simply states 'Create a new counterparty' without mentioning side effects, idempotency, required fields beyond what the schema already shows, or any post-creation behavior. This is minimal and fails to add meaningful context beyond the name.

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 extremely concise—two sentences with no filler. It front-loads the core purpose and then provides a single, useful parameter hint. Every word earns its place.

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

Completeness2/5

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

For a create operation with no annotations and no output schema, the description is incomplete. It fails to mention that 'name' is required, any uniqueness constraints, or what response the caller should expect. The schema covers parameter syntax, but the description does not provide sufficient behavioral context for a mutation tool.

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 describes all 6 parameters with 100% coverage, so the baseline is 3. The description adds the values for companyType ('legal', 'entrepreneur', 'individual'), but these are already enumerated in the schema, adding no new semantic meaning.

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 'Create a new counterparty' using a specific verb and resource, and it is distinct from sibling tools like get_counterparties and get_counterparty. The additional instruction about companyType reinforces the purpose without ambiguity.

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?

Usage is implied by the tool name and description: use it when creating a counterparty. However, there is no explicit guidance on when not to use it or which alternatives might be more suitable, such as get_counterparties for reading or update tools for modifying. The companyType instruction is parameter guidance, not tool selection 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/theYahia/moysklad-mcp'

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