availability-inspector

Diagnose rep calendar blockers by interpreting availability-slots failures maps.

7|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/Chili-Piper/mcp-assets --skill availability-inspector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: availability-inspector
Source: https://github.com/Chili-Piper/mcp-assets/tree/main/skills/availability-inspector
Command: npx skills add https://github.com/Chili-Piper/mcp-assets --skill availability-inspector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Availability Inspector identifies why a rep or team has no available slots by querying the availability API and interpreting the failures map to surface a clear diagnosis and actionable fixes.

Core Features & Use Cases

  • Reads the availability-slots failures map to translate calendar blockers (e.g., calendar not connected, no working hours, outside working hours, meeting limits, being fully booked) into plain-language guidance and concrete remedies.
  • Produces a per-day breakdown of slots across the lookahead window, including zero-slot days, to reveal patterns in working hours and calendar blocks.
  • Supports single-rep and team (distribution) checks; for teams, highlights which attendee is blocking when a slot is not found.

Quick Start

Run Availability Inspector for a target user to diagnose calendar blockers and surface a fix.

Frequently Asked Questions about availability-inspector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does a rep's calendar show no available slots?

Calendar availability shows no slots when a rep's calendar has blockers like disconnection, missing working hours, meeting limits, or being fully booked. The Availability Inspector queries the availability-slots API and interprets the failures map to surface the exact root cause.

How do I diagnose calendar blockers for an entire team distribution?

To diagnose team calendar blockers, run an availability check against the distribution to identify which specific attendee is blocking the slot. The Inspector supports team-level checks and highlights the individual causing the scheduling failure.

What inputs are required to check calendar availability and working hours alignment?

Checking calendar availability requires meetingTypeRef.id, expectedHost, attendees with type and required flags, and an interval. The Inspector uses this input shape to produce a per-day slot breakdown and diagnose working-hours alignment across the lookahead window.

How can I translate calendar scheduling failures into plain-language fixes?

To translate calendar scheduling failures into fixes, interpret the availability-slots failures map to identify issues like unconnected calendars or meeting limits. The Inspector converts these calendar blockers into human-readable diagnoses with concrete remediation steps.

Can I see a per-day breakdown of available slots to find zero-slot patterns?

Yes, you can see a per-day breakdown of available slots across the lookahead window, including zero-slot days. This reveals patterns in working hours and recurring calendar blocks to help pinpoint when availability drops to zero.

What are the most common calendar blockers that prevent scheduling?

Common calendar blockers that prevent scheduling include the calendar not being connected, no working hours configured, querying outside working hours, hitting meeting limits, or the rep being fully booked. The Inspector identifies these specific failures from the availability map.