Skip to main content
Glama
jamesrosing

tebra-mcp-server

by jamesrosing

tebra_create_appointment_reason

Create a new appointment reason in Tebra by specifying name and default duration, with optional color and category.

Instructions

Create a new appointment reason in Tebra with name, default duration, and optional color/category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAppointment reason name
durationYesDefault duration in minutes
colorNoOptional color code (hex or named color)
categoryNoOptional category
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains that the tool creates an appointment reason with required and optional parameters, but does not disclose the response (e.g., whether it returns the created reason's ID) or any potential side effects, duplicate handling, or permissions required.

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 a single, efficient sentence of 16 words that immediately conveys the tool's purpose and key parameters. No redundant or extraneous information.

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?

Despite the tool having no output schema and no annotations, the description omits important context such as the expected return value after creation, uniqueness constraints on the name, or any behavioral traits like idempotency. This leaves the agent uncertain about the tool's full behavior.

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 description coverage is 100%, so baseline is 3. The description merely restates the parameters ('name, default duration, and optional color/category') without adding new meaning or clarifying parameter constraints 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 the verb 'Create' and the resource 'appointment reason', and lists the key parameters. It distinguishes from siblings like tebra_get_appointment_reasons and tebra_create_appointment, which operate on different resources or perform different actions.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention conditions, prerequisites, or suggest related tools like tebra_get_appointment_reasons for listing existing reasons.

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/jamesrosing/tebra-mcp-server'

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