Skip to main content
Glama
themiguelamador

toconline-mcp

create_customer

Create a customer record with business name and optional contact, tax, and observation details. Returns the newly created customer data.

Instructions

Create a customer. Returns the created record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoPrimary email.
websiteNoWebsite URL.
cashed_vatNoCashed-VAT regime (regime de IVA de caixa).
contact_nameNoPrimary contact person.
observationsNoVisible notes about the customer.
phone_numberNoLandline / main phone.
business_nameYesLegal/trading name.
is_tax_exemptNoTrue if the customer is VAT-exempt.
mobile_numberNoMobile phone.
not_final_customerNoTrue if the customer is a reseller (not a final consumer).
tax_country_regionNoTax region — `PT` (Portugal), `UE` (EU member state), `NON-UE` (non-EU).
country_iso_alpha_2NoISO 3166-1 alpha-2 country code, e.g. PT, US, DE.
internal_observationsNoInternal-only notes (not shown to customer).
tax_registration_numberNoVAT / NIF.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations exist, so the description must fully disclose behavior. It states 'Returns the created record' but does not mention required permissions, idempotency, side effects, or error conditions for a mutation tool. This is insufficient.

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?

The description is a single sentence with no wasted words. It is front-loaded with the primary action. However, it could benefit from structured information like required fields or return value details.

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

Completeness3/5

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

Given the complexity of 14 parameters (only 1 required) and the presence of an output schema, the description is minimal. It does not explain business rules, validation, or tips for creating a customer, leaving potential gaps.

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%, with all 14 parameters having descriptions. The tool description adds no extra meaning beyond the schema, so the baseline score of 3 applies.

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 explicitly states 'Create a customer', specifying the action and resource. It clearly distinguishes from sibling tools like update_customer or get_customer, as the verb and resource are unique.

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 description lacks guidance on when to use this tool versus alternatives like create_contact or create_supplier. No explicit when-not-to-use or context is provided, leaving the agent to infer based solely on the name.

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/themiguelamador/toconline-mcp'

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