Skip to main content
Glama
chrischall

onthecheap-mcp

by chrischall

Search a city’s On the Cheap articles

otc_search_posts
Read-onlyIdempotent

Search On the Cheap city sites for free and cheap events, deals, and guides. Filter by keyword, category, location, or date range; include expired deals when needed.

Instructions

Search and filter one "on the Cheap" site's articles — free and cheap things to do in that city, plus deals, festivals, kids activities and local guides. Pass the site key for the city (see otc_list_sites); the national hub is valid here and carries country-wide deals. Filter by full-text query, category or location id (see otc_list_categories / otc_list_locations), and publication date range. Category and location ids are per-site — resolve them against the SAME site you are searching. Retired deals live in an "expired" category and are excluded by default; set include_expired to search them too. Returns slim summaries by default — use otc_get_post for an article's full text. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoTag id
pageNo1-based page number
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.
afterNoOnly posts published on or after this date
queryNoFull-text search, e.g. "free museum day"
beforeNoOnly posts published on or before this date
compactNoReturn slim summaries instead of full records (default true)
categoryNoCategory id from otc_list_categories, for this same site
locationNoLocation id from otc_list_locations, for this same site
per_pageNoResults per page (max 100)
include_expiredNoInclude retired/expired deals (default false)
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds behavioral context such as 'Returns slim summaries by default', 'Retired deals live in an expired category and are excluded by default', and the national hub's country-wide coverage. It does not mention pagination behavior or the 'tag' parameter, but this is partially covered by the schema. No contradiction 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 a single focused paragraph that front-loads the core purpose, then incrementally covers site selection, filters, per-site ID caveats, expired deals, and return format/alternative tool. Every sentence contributes operational knowledge without repetition or padding.

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 tool's complexity (11 parameters, cross-tool ID dependencies, default behaviors) and lack of an output schema, the description covers most key aspects: site selection, filter options, per-site constraints, expired handling, and return type. It omits a clear explanation of the 'tag' parameter and the exact structure of slim summaries, but these are partially inferable from the schema.

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 description coverage is 100%, so baseline is 3. The description adds value by explaining how to resolve category/location IDs against the same site, clarifying the 'expired' category context for include_expired, and noting that the national hub is valid for the site parameter. However, it does not elaborate on the 'tag' parameter or pagination, leaving those details to the already descriptive schema.

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 searches and filters a specific city's On the Cheap articles, explicitly listing content types (deals, festivals, kids activities, local guides). It distinguishes itself from siblings by referencing otc_get_post for full-text retrieval and implicitly from otc_list_* tools by focusing on articles rather than metadata/events.

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?

Provides explicit usage context: requires the 'site' key, references otc_list_sites for valid sites, mentions the national hub scope, directs users to otc_list_categories/locations for ID resolution, warns that IDs are per-site, and points to otc_get_post for full text. It also explains the 'include_expired' parameter for retrieving expired deals, giving clear when-to-use vs. alternatives.

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/onthecheap-mcp'

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