Skip to main content
Glama
Expert-Integrado

Conexa MCP

PATCH /room/booking/:id (Conexa Coworking > Booking)

update_room_booking

Update a meeting room reservation by editing fields such as requester, room, date, time, notes, and visitor list. Optionally send email notifications to attendees.

Instructions

Edição de campos de uma Reseva de Sala de Reunião no sistema Conexa.

Campos do body:

  • 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

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

  • 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
idYesValor de :id na rota /room/booking/:id
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 readOnlyHint=false (write) and destructiveHint=false. The description adds the list of editable fields but does not disclose any side effects (e.g., whether updates trigger emails despite email flags) or constraints like partial update behavior. It relies on annotations for basic transparency, so a 3 is appropriate.

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 concise, with a clear opening sentence and a bullet list of body fields. It is well-structured and avoids unnecessary verbosity, though it could benefit from grouping related fields.

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?

The description lists editable fields but lacks information about update behavior (e.g., partial update, required fields, error handling, return format). No output schema is provided, so the description should have explained response details. It leaves significant gaps for an update tool.

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 coverage is 100% for id and body parameters, but the description adds significant value by detailing the expected fields inside the body object (e.g., personId, date, startTime, visitors with subfields). This compensates for the body schema's generic additionalProperties.

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?

The description clearly states it edits fields of a room booking ('Edição de campos de uma Reseva de Sala de Reunião'). It is specific about the resource and action, though it could explicitly mention it updates an existing booking to differentiate from create_room_booking.

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 like create_room_booking, cancel_room_booking, or checkout_room_booking. The description only lists editable fields without usage context.

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