Skip to main content
Glama
Expert-Integrado

Conexa MCP

PATCH /extraField/:id (Extra Field)

update_extra_field

Partially update an extra field by sending only the fields to change; omitted fields retain their existing values. Supports type and optional showCustomerService for customer type.

Instructions

Atualização parcial de um Campo Extra no sistema Conexa. Apenas os campos enviados no body serão atualizados. Campos ausentes mantêm o valor atual. O campo showCustomerService só pode ser enviado quando o type for customer .

Campos do body:

  • name (string): Nome do campo extra (máx. 255 caracteres)

  • type (string): Tipo do campo extra. Valores aceitos: customer , plan , contract

  • showCustomerService (boolean): Exibir campo nas informações de atendimento. Permitido apenas quando type for customer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesValor de :id na rota /extraField/:id
bodyYesCorpo JSON da requisição (campos na descrição da tool)
Behavior4/5

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

Annotations already indicate non-destructive write operation. Description adds context: only sent fields are updated, missing fields keep current value, and a constraint on showCustomerService. No contradictions with annotations.

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?

Description is concise with a clear front-loaded purpose and subsequent field details. It is efficient but could be more structured with bullet points or explicit sections.

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?

Covers key behavioral aspects and constraints. Lacks information on response format (e.g., returns updated object or status) and error conditions. For a PATCH tool with no output schema, this is a moderate gap.

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

Parameters5/5

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

Schema covers 100% of parameters but body schema is generic. Description fully documents body fields (name, type, showCustomerService) with constraints and allowed values, adding essential meaning beyond the 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?

The description clearly states 'Atualização parcial de um Campo Extra' (partial update of an Extra Field), using a specific verb and resource. It distinguishes from siblings like create_extra_field, delete_extra_field, and get_extra_field.

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 does not explicitly state when to use this tool versus alternatives like create_extra_field or delete_extra_field. It implies usage for modifying existing fields but lacks direct guidance or exclusion criteria.

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/Expert-Integrado/conexa-mcp'

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