Skip to main content
Glama

Check Space Availability

check_space_availability
Read-onlyIdempotent

Check whether a venue Space is free for a specific slot: available (no confirmed overlap), every overlapping booking labeled hard (taken) or soft (pending request — first approval wins), and a soft listed-hours verdict, with local-time ranges. Requires community_id + space_id + ISO start_time/end_time. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_timeYes
space_idYes
start_timeYes
community_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

Annotations indicate read-only, idempotent, and non-destructive behavior, which the description reinforces with 'Read-only' and elaborates on the return types (available, hard, soft) and local-time ranges. This adds value beyond annotations by explaining booking semantics (first approval wins) and the soft-listed hours verdict.

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 a single sentence that efficiently communicates the main purpose and key details, but the use of a semicolon to list statuses makes it slightly dense. It is front-loaded with the primary action.

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?

The description explains the return values (available, hard, soft, soft-listed-hours verdict) and mentions local-time ranges, providing a solid understanding of the output. Without an output schema, this level of detail is adequate for a query tool.

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?

The description lists the four required parameters and specifies that times should be in ISO format, but does not clarify what community_id and space_id represent or the expected format of the time strings beyond ISO. Since schema description coverage is 0%, the description provides basic context but lacks depth.

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 tool checks venue space availability for a specific time slot, with explicit details on booking statuses (hard, soft) and verdicts. It distinguishes itself from sibling tools like 'list_bookings' by focusing on availability checking rather than listing all bookings.

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

Usage Guidelines3/5

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

The description lists required parameters (community_id, space_id, start_time, end_time) and implies it should be used before booking, but it does not explicitly state when not to use this tool or suggest alternative tools for other scenarios.

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.