Skip to main content
Glama

Set Availability Override

neuron_set_override
Idempotent

Set a date-specific availability override — mark a day as unavailable, or set custom hours for that date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate to override (YYYY-MM-DD)
hoursNoCustom hours for this date (overrides weekly hours)
reasonNoReason for the override (e.g. 'Holiday')
calendarIdYesCalendar UUID
isUnavailableNoMark the entire day as unavailable

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare this is a non-read-only, non-destructive, idempotent write operation, so the safety profile is covered. The description adds the two operational modes (unavailable vs. custom hours), which is mildly useful, but does not mention permissions, effects on existing overrides, or any behavior beyond what the schema and annotations already state.

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 that front-loads the core action and immediately clarifies the two override modes. Every phrase earns its place and there is no redundant or unclear content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the annotation safety coverage, 100% schema description coverage, and no output schema, the description provides enough context to call the tool correctly. It could be slightly stronger by noting whether this replaces an existing override or clarifying permissions, but it is otherwise complete for a routine write operation.

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 the schema already documents each parameter including the date, hours, reason, calendarId, and isUnavailable fields. The description adds no format or semantic detail beyond the schema, so it meets the baseline of 3 when structured fields do the heavy lifting.

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 a specific verb ('Set') and resource ('date-specific availability override') and explains the two modes: marking a day unavailable or setting custom hours. It clearly distinguishes the action from a generic update, but does not explicitly name or contrast with siblings like neuron_delete_override or neuron_update_availability.

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?

There is no when-to-use guidance, no statement of prerequisites, and no comparison to alternative tools such as neuron_update_availability, neuron_list_overrides, or neuron_delete_override. The purpose implies the use case, but the description leaves selection between related override tools entirely to inference.

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