Skip to main content
Glama

list_cities

List all tracked cities with startup counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description must stand alone. It discloses the core behavior (listing all tracked cities with startup counts), which implies a read-only operation with no side effects. It does not mention pagination, authentication, or rate limits, but these are not critical for a simple list tool.

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 sentence of six words, front-loaded with the verb 'List' and resource. Every word contributes, making it highly concise.

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?

For a no-parameter read-only list tool, the description is complete: it states what is listed (all tracked cities) and what data is included (startup counts). It implies the return format (a list) and has no need for disambiguation or alternatives.

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?

The tool has zero parameters, so the schema provides complete coverage (vacuously). The description adds context about the output (startup counts), which is useful, but there are no parameter semantics to clarify.

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 uses a specific verb ('List') and resource ('cities') with additional detail ('startup counts'). It clearly distinguishes from sibling tools like list_sectors and search_startups by focusing on cities.

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

Usage Guidelines3/5

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

The description provides no explicit when/when-not guidance or references to alternative tools. Usability is implied by the name and description, but there are no exclusions or alternatives mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: getting a signal for a specific startup, listing cities, listing sectors, and searching startups. There is no meaningful overlap between these operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (get_startup_signal, list_cities, list_sectors, search_startups). The naming is predictable and uniform.

Tool Count5/5

With 4 tools, the server is tightly scoped to its purpose of exploring startup momentum data. Each tool is necessary and there is no bloat.

Completeness4/5

The core read-only workflow is covered: discover startups via search and get signal for a specific startup. Minor gaps like a detailed startup profile endpoint are absent but not critical for the apparent use case.

Resources