Skip to main content
Glama

client_create

Add a new client to Qonto. Specify client kind (company, individual, or freelancer) and required fields to register the client.

Instructions

Create a new client

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity
kindYesClient kind
nameNoClient name (required for company)
emailNoEmail address
localeNoLocale (e.g. en, fr)
addressNoStreet address
currencyNoCurrency code (ISO 4217)
zip_codeNoPostal/zip code
last_nameNoLast name (required for individual/freelancer)
first_nameNoFirst name (required for individual/freelancer)
vat_numberNoVAT number
country_codeNoISO 3166-1 alpha-2 country code
tax_identification_numberNoTax identification number
Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits, such as side effects, idempotency, authentication requirements, or return behavior. A creation tool should at least indicate that a new resource is created.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is extremely concise (one short sentence), but it is under-specified for a tool with 13 parameters and no annotations. Conciseness should not come at the cost of missing essential information.

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

Completeness1/5

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

Given the complexity (13 parameters, no output schema, no annotations), the description is far from complete. It fails to explain return values, error handling, validation rules, or the fact that behavior depends on the 'kind' parameter.

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 input schema has 100% description coverage, so the baseline is 3. The tool description adds no extra meaning beyond the schema, but it does not need to since the schema already describes each parameter.

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 'Create a new client' uses a specific verb and resource, clearly distinguishing it from sibling tools like client_update, client_delete, client_list, and client_show. The purpose is unambiguous.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, such as client_update for existing clients. It does not mention prerequisites like the need to specify required fields based on the client kind.

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/alexey-pelykh/qontoctl'

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