Skip to main content
Glama
Expert-Integrado

Conexa MCP

POST /room/booking (Conexa Coworking > Booking)

create_room_booking

Create a meeting room booking in Conexa by providing customer, requester, room, date, time, notes, email notifications, and visitor information.

Instructions

Cadastro de uma Reseva de Sala de Reunião no sistema Conexa.

Campos do body:

  • customerId (integer): ID do cliente

  • personId (integer): ID do solicitante

  • roomId (integer): ID da sala de reunião

  • date (string): Data da reserva. Formato: yyyy-MM-dd

  • startTime (string): Hora de início da reserva. Formato HH:mm

  • finalTime (string): Hora de término da reserva. Formato HH:mm

  • notes (string): Observações

  • sendCustomerEmail (boolean): Flag para envio do e-mail de atualização da reserva para o cliente

  • sendRequesterEmail (boolean): Flag para envio do e-mail de atualização da reserva para o solicitante

  • visitors (array of objects): Lista de convidados da reserva

  • visitors[].name (string): Nome do convidado

  • visitors[].email (string): E-mail do convidado

Input Schema

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

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, but the description adds no extra behavioral context such as auth requirements, rate limits, or side effects. It merely lists input fields, which is already covered by the schema.

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

Conciseness3/5

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

The description is a long list of fields. While structured, it is verbose and could be more succinct. Each sentence earns its place, but the overall length detracts from readability.

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?

The description covers all input fields thoroughly but lacks mention of the return value or output behavior. Given no output schema, an agent would benefit from knowing what the response contains. For a creation tool, this is a moderate gap.

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?

The input schema only defines a generic 'body' property, but the description fully enumerates all fields (customerId, personId, roomId, etc.) with formats and notes. This compensates for the minimal schema, providing meaningful semantics beyond the schema itself.

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 'Cadastro de uma Reserva de Sala de Reunião' (Registration of a meeting room reservation), which is a specific verb and resource. It distinguishes from siblings like cancel_room_booking, update_room_booking, and get_room_booking by focusing on creation.

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 is provided on when to use this tool versus alternatives such as update_room_booking or cancel_room_booking. The description does not mention prerequisites or context for using this creation endpoint.

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