Skip to main content
Glama
Expert-Integrado

Conexa MCP

POST /supplier (Supplier)

create_supplier

Add a new supplier to the Conexa system using a JSON payload with company, contact, and address details. Streamline supplier registration.

Instructions

Criação de um fornecedor no sistema Conexa.

Exemplo de body: { "name": "Fake Company ABC", "fieldOfActivity": "Indústria", "notes": "Uma empresa que produz droides de batalha, incluindo os Droidekas", "cellNumber": "11988997766", "website": "fakeabc.app", "naturalPerson": { "cpf": "516.079.209-05", "rg": "30.340.779-7", "issuingAuthority": "SSP BA" }, "legalPerson": { "legalName": "Fake Company ABC Ltda", "cnpj": "99.557.155/0001-90", "stateInscription": "4569", "municipalInscription": "145263" }, "address": { "zipCode":"13058-111", "state": "SP", "city": "Campinas", "street": "Rua Alziro Arten", "number": "443", "neighborhood": "Conjunto Habitacional Parque da Floresta", "additionalDetails": "Sala 4, Térreo" }, "phones": ["(75) 2222-5455", "(75) 3885-3355"], "emails" : ["admin@fakeabc.com", "crm@fakeabc.com"], "contactPersonNames": ["Maria", "José", "João"] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesCorpo JSON da requisição (campos na descrição da tool)
Behavior3/5

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

Annotations already indicate write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). Description adds example of input but no additional behavioral details such as authentication, error handling, or side effects.

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?

Purpose stated concisely in one sentence. Example body is lengthy but necessary given the complex nested structure. Front-loaded with purpose.

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?

Lacks return value or response description. Does not specify which fields in body are required. Annotations indicate openWorldHint=true, but description does not clarify flexibility. Incomplete for a complex creation 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?

Schema only defines a single 'body' parameter with note to see tool description. Description provides an example body that lists many fields, but does not clarify requiredness, constraints, or data types for each field. The example is helpful but insufficient for complete parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it creates a supplier in the Conexa system. Title and name are self-explanatory. However, no explicit differentiation from sibling tools like create_person or create_customer, which may create similar entities.

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?

No guidance on when to use this tool vs alternatives. Does not specify prerequisites, typical scenarios, or when not to use.

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