Skip to main content
Glama

Create Calendar

neuron_create_calendar

Create a new booking calendar with a name, timezone, and visibility setting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCalendar display name
slugNoURL slug (auto-generated from name if omitted)
colorNoHex color code (e.g. '#6366f1')
timezoneNoIANA timezone (default: Africa/Lagos)
visibilityNoVisibility: 'public' for public booking page, 'org-link' for link-only, 'private' for no public access
descriptionNoCalendar description
notifyEmailNoSend email notifications for bookings
notifyPhoneNoHost phone number for WhatsApp notifications
notifyWhatsappNoSend WhatsApp notifications for bookings
notifyEmailAddressNoHost email address for notifications

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=false, destructiveHint=false, and openWorldHint=false, so the safety profile is covered. The description adds nothing behavioral beyond the field list — no mention of auth requirements, side effects, or what happens if a duplicate name is supplied.

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?

A single efficient sentence with the verb and resource front-loaded and no filler. It is concise but arguably underspecified rather than optimally structured.

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?

For a 10-parameter create tool, the description covers the headline fields but omits the notification parameters (notifyEmail, notifyPhone, notifyWhatsapp, etc.) that meaningfully change the tool's behavior. Annotations and full schema coverage compensate partially, so it is adequate but not complete.

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 all ten parameters are already documented in the schema. The description names three of them but adds no syntax, defaults, or constraints beyond what the schema provides; baseline 3 applies.

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?

States a specific verb ('Create') and resource ('booking calendar') plus the key fields (name, timezone, visibility). An agent can distinguish it from the read/update/delete calendar siblings, though it does not name those siblings explicitly.

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 gives no when-to-use guidance, prerequisites, or alternatives (e.g., neuron_update_calendar, neuron_list_calendars). Usage is only implied by the verb 'Create'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources