Skip to main content
Glama

get_top_venues

Retrieve your most visited venues with visit counts from Foursquare Swarm check-in history. Filter by category, city, state, or country.

Instructions

Get your most visited venues with visit counts. EXPENSIVE: Scans check-in history to aggregate venue visits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of top venues to return (default 10)
categoryNoFilter by category (e.g., 'Coffee Shop', 'Bar'). Case-insensitive.
cityNoFilter by city name (case-insensitive)
stateNoFilter by state/region (case-insensitive)
countryNoFilter by country (case-insensitive)
max_scanNoMaximum check-ins to scan (default 10000, -1 for unlimited)
Behavior4/5

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

No annotations provided, but description discloses expensive scanning behavior and aggregation process. Lacks details on read-only nature or output format, but adds significant behavioral context beyond schema.

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?

Two concise sentences: first states purpose, second adds critical behavioral note. No wasted words, front-loaded.

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?

With 6 optional parameters and no output schema, description explains the operation and cost. Lacks explicit output format details (e.g., fields returned), but overall sufficient for a retrieval 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% with descriptions for all parameters. Description provides additional context for max_scan parameter and clarifies that visits are aggregated with counts, adding value beyond 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?

Description clearly states verb 'Get' and resource 'most visited venues with visit counts'. Distinguishes from siblings like get_checkins or get_recent_checkins by focusing on aggregation and ranking.

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

Usage Guidelines4/5

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

Explicitly mentions it is expensive due to scanning check-in history, implying use when aggregation is needed. Does not specify when not to use or name alternatives, but context is clear.

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/alexpriest/swarm-mcp'

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