Skip to main content
Glama

Update Appointment Group

update_appointment_group
Destructive

Update an existing appointment group by modifying details, publishing drafts, or adding new time slots for participants.

Instructions

Update an existing appointment group. Use publish=true to make a draft group visible to participants, or add new time slots via new_appointments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNew title
publishNoSet to true to publish the group
descriptionNoNew description
context_codesNoUpdate context associations
location_nameNoLocation name
location_addressNoLocation address
new_appointmentsNoNew time slots to add as [start_at, end_at] pairs
appointment_group_idYesThe appointment group ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv1.18.5
    • changedInput schema / properties / new_appointments / items / items
      Previous value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "string"
      -  }
      -]New value: +{
      +  "type": "string"
      +}
    • addedInput schema / properties / new_appointments / items / maxItems
      Added value: +2
    • addedInput schema / properties / new_appointments / items / minItems
      Added value: +2
  2. Addedv1.18.4

TDQS

A4/5.0
Behavior4/5

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

The annotation provides destructiveHint=trueাফ so the description does not need to restate mutability. The description adds value by explaining the effect of publish (making a draft visible) and that new_appointments adds slots. It doesn't disclose potential irreversible consequences (e.g., publishing cannot be undone) or side effects, but given the annotation already flags destructiveness, the added state-transition detail is meaningful. A solid 4.

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?

The description is two sentences, tightly focused on the two primary use cases (publishing and adding slots). It front-loads the core action ('Update an appointment group') and then gives imperative guidance. No fluff or redundancy. Efficient and scannable.

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?

As an update tool with destructive potential (annotated destructiveHint=true), the description could be more explicit about the side effects of publishing (e.g., whether it's irreversible, what 'visible' implies) and whether omitted fields are cleared or left unchanged. The schema covers parameter types but not update semantics. The description partially compensates by illustrating publish and append behaviors, but doesn't cover all possible update scenarios or return values. Lacks a clear statement of what the agent can expect after calling it.

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 semantic value beyond the schema: it clarifies that 'new_appointments' appends time slots (rather than replacing existing ones) and that 'publish' makes a draft visible. This is genuinely useful because the schema only lists types and basic descriptions. It doesn't explain every parameter but does enhance understanding of two key ones, so above baseline.

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 states 'Update an appointment group' — a clear verb and resource. It does not explicitly distinguish this from other update tools (e.g., update_course, update_assignment), but the resource is unambiguousamen. It names the key actions (publish, add slots) which helps identify scope, though it could be more explicit about the full set of updatable fields (title, description, location). Not a 5 because it doesn't explicitly contrast with sibling appointment tools or create_appointment_group.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides scenario-based guidance: 'Use publish=true to make a draft group visible' and 'add new time slots via new_appointments.' This tells the agent when to use these specific parameters)Skip. However, it doesn't explicitly tell when to use this tool over other update tools or when to avoid it (e.g., if only editing non-published fields). Some implicit guidance but no exclusions.

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/bruchris/canvas-lms-mcp'

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