Skip to main content
Glama
themiguelamador

toconline-mcp

update_supplier

Update supplier details by providing only the fields you want to change. Non-null fields are sent to modify the supplier's record.

Instructions

Update a supplier. Only non-null fields are sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSupplier id.
websiteNoWebsite URL.
is_taxableNoSubject to VAT.
self_billingNoSelf-billing regime.
business_nameNoLegal/trading name.
is_tax_exemptNoVAT-exempt.
accounting_numberNoAccounting ledger number.
document_series_idNoDefault document series id.
tax_country_regionNo`PT`, `UE`, or `NON-UE`.
country_iso_alpha_2NoISO 3166-1 alpha-2 country code.
internal_observationsNoInternal notes.
is_independent_workerNoIndependent worker / sole trader.
tax_exemption_reason_idNoTax-exemption reason id.
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 provided, so description carries full burden. It only mentions 'Only non-null fields are sent' but omits other behaviors such as id validation, return value, error handling, or permission requirements.

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 short, front-loaded sentences. First sentence states purpose, second adds key behavioral nuance. No unnecessary words.

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 tool with 14 parameters, partial update behavior, and an output schema, the description is too minimal. It lacks context on outcomes, error conditions, or relationship to other supplier operations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds the critical semantic 'Only non-null fields are sent', clarifying that the tool performs a partial update and that null fields are ignored, which goes beyond schema.

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?

Description explicitly states 'Update a supplier' and notes the partial update behavior ('Only non-null fields are sent'), clearly distinguishing from create and delete siblings.

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?

No explicit guidance on when to use or avoid this tool, nor mention of alternatives. However, the name implies it's for updating existing suppliers, which is clear enough but lacks depth.

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