Skip to main content
Glama
chrischall

charlotteonthecheap-mcp

by chrischall

Overview of a city’s events across a month

otc_events_month_overview
Read-onlyIdempotent

Get a day-by-day overview of a month's events for any 'On the Cheap' city, showing the total number of listings per day and a preview of up to four events, to quickly identify the busiest days or scan the month at a glance.

Instructions

Day-by-day overview of a whole month from an "on the Cheap" city’s events calendar: for each day, the true number of listings and a short preview of them. Pass the site key for the city (see otc_list_sites). The calendar shows at most four listings per day, so events is a preview while total is the real count — call otc_list_events for a specific date to get that day's complete schedule. The national hub has no local calendar and is not a valid site here. Use this to find the busiest days or scan a month at a glance. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYesWhich "on the Cheap" city to read. Required — there is no default site. One of: charlotte, denver, atlanta, chicago, columbus, seattle, kansascity, miami, orlando, portland, richmond, southernmaine, triangle, national. Common aliases also work (milehigh, raleigh, rva, southflorida, kc, …). Use otc_list_sites for the full list with the area each one covers.
monthNoMonth to summarise, as ISO YYYY-MM. Defaults to the current month.
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable behavioral context: 'The calendar shows at most four listings per day, so events is a preview while total is the real count', and mentions that the national hub has no local calendar. No contradictions with annotations.

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 concise at 4 sentences, front-loaded with the main purpose, and every sentence adds unique value without repetition or fluff.

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

Completeness5/5

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

Given the tool's simplicity and rich annotations, the description fully covers the tool's behavior, output explanation (preview vs total), and relationships to other tools. No gaps are apparent for a read-only overview tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds extra context by explaining that 'month' defaults to the current month and that 'site' must be passed, referencing otc_list_sites for available cities. This goes slightly beyond the schema descriptions.

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 it provides a day-by-day overview of a month from an 'on the Cheap' city's events calendar, specifying the verb 'overview' and resource 'events calendar'. It distinguishes from sibling tool otc_list_events by noting that this shows a preview and that for a full schedule, use the other tool.

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

Usage Guidelines5/5

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

The description explicitly says when to use this tool ('find the busiest days or scan a month at a glance') and when not to ('call otc_list_events for a specific date to get that day's complete schedule'). It also notes that the national hub is not a valid site, and that site must be obtained from otc_list_sites.

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/chrischall/charlotteonthecheap-mcp'

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