Skip to main content
Glama
rubenlangeweg

productive-mcp-rb2

get_overbooked_people

get_overbooked_people
Read-only

Identify team members with overlapping bookings exceeding a utilization threshold within a specified date range. Calculate daily load and flag over-capacity dates to prevent scheduling conflicts.

Instructions

Detect people with overlapping bookings above a utilisation threshold in a date range. Calculates daily load and highlights over-capacity dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoStart date (YYYY-MM-DD). Defaults to today.
beforeNoEnd date (YYYY-MM-DD). Defaults to today + 4 weeks.
threshold_pctNoOverbooking threshold in percent (default: 100).
Behavior3/5

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

The description adds some behavioral context beyond the readOnlyHint annotation by stating that it calculates daily load and highlights over-capacity dates. However, it does not disclose potential performance implications, data freshness, or what specific highlighting entails.

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 extremely concise with two sentences, no redundancy, and directly communicates the core function without unnecessary words.

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?

Given three parameters and no output schema, the description explains the input and purpose but does not detail the return format or how results are structured. The mention of 'highlights over-capacity dates' provides some output hint, but more detail would be beneficial for complete understanding.

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 coverage is 100%, with each parameter described in the input schema. The tool description does not add further meaning beyond the schema, so the baseline score of 3 is appropriate.

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 clearly states the tool detects people with overlapping bookings above a utilization threshold within a date range, using specific terms like 'detect', 'overlapping bookings', and 'utilization threshold'. It distinguishes itself from other list tools but does not explicitly differentiate from siblings like 'get_resource_plan'.

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?

No guidance is provided on when to use this tool versus alternatives, nor are there any exclusions or prerequisites. The list of sibling tools suggests many related functions, but the description does not mention when this tool is preferable over others.

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/rubenlangeweg/productive-mcp'

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