Skip to main content
Glama

get_availability_trend

Time series of bikes available and active stations for a city, one point per 10-minute snapshot, newest first. Up to 90 days of history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesCity id: one of manchester
hoursNo

Schema Changelog

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

  1. Changed1 schema field changed
    • changedInput schema / properties / city / description
      Previous value: -"City id: one of manchester, bcp, bradford, brighton, canterbury, cornwall, guildford, hackney-cargo, hereford, hertsmere, leeds, liverpool, norwich, plymouth, stevenage, watford, weymouth, worcester"New value: +"City id: one of manchester"
  2. Changed1 schema field changed
    • changedInput schema / properties / city / description
      Previous value: -"City id: one of manchester, bcp, bradford, brighton, canterbury, cornwall, eastleigh, guildford, hackney-cargo, hereford, hertsmere, isle-of-wight, leeds, liverpool, norwich, plymouth, portsmouth, southampton, stevenage, watford, west-midlands, weymouth, wool, worcester"New value: +"City id: one of manchester, bcp, bradford, brighton, canterbury, cornwall, guildford, hackney-cargo, hereford, hertsmere, leeds, liverpool, norwich, plymouth, stevenage, watford, weymouth, worcester"
  3. Changed1 schema field changed
    • changedInput schema / properties / city / description
      Previous value: -"City id: one of manchester, bcp, bradford"New value: +"City id: one of manchester, bcp, bradford, brighton, canterbury, cornwall, eastleigh, guildford, hackney-cargo, hereford, hertsmere, isle-of-wight, leeds, liverpool, norwich, plymouth, portsmouth, southampton, stevenage, watford, west-midlands, weymouth, wool, worcester"
  4. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries full transparency burden. It discloses key behaviors: 10-minute snapshot intervals, newest-first ordering, and up to 90 days of history. However, it does not explicitly confirm the operation is read-only, define 'active stations,' or describe response format beyond 'time series.'

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 two concise sentences, front-loading the primary purpose and then adding key behavioral details. Every word contributes without redundancy.

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?

For a simple read-only tool with two parameters and no output schema, the description provides a solid shape of the response (time series of two metrics) and key constraints (resolution, ordering, retention). It lacks explicit return-field names and error scenarios, but for this complexity it is nearly complete.

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

Parameters3/5

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

Schema coverage is only 50%, but the description adds context by clarifying the city scope and the maximum history window (90 days), which helps interpret the hours parameter. It does not explicitly explain hours semantics beyond the schema's default/min/max, so the description partially compensates.

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 specifies the tool's function: it returns a time series of bike availability and active stations for a city, with a specific temporal resolution. This distinguishes it from sibling tools like find_stations (station search) and get_network_status (current status).

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 implies usage for historical trend analysis but does not explicitly state when to use this tool over alternatives or provide exclusion criteria. It mentions the time-series nature and 90-day history, which signals suitability for trend queries, but lacks direct comparison with siblings.

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

A4/5.0
Disambiguation5/5

Each tool targets a distinct aspect of bike-share data: city listing, station search, live network totals, time trends, and popular stations. No functional overlap exists.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., find_stations, get_network_status), making the API predictable.

Tool Count5/5

Five tools cover the core features of a bike-share tracking service without unnecessary clutter, striking a good balance.

Completeness4/5

The set covers querying cities, finding stations, live status, trends, and popular stations. A minor gap is the lack of a tool for individual station details beyond live availability.