Skip to main content
Glama

The public roadmap

get_roadmap
Read-only

What Measure Tech PRO has shipped, is building, is planning, and has declined — straight from the public forum's statuses, with the developer's written answers. The declines carry reasons; a no you can read beats silence.

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

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is known. The description adds useful context that the data is compiled from public forum statuses and that declined items include written reasons. It does not disclose response format, ordering, or how statuses are grouped, so it contributes moderate value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact: one substantive sentence followed by a short line about decline reasons. The rhetorical closing line adds a little information about why declines are included, though it is not strictly necessary. Overall, it is well-sized and front-loaded with the core scope.

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 no output schema, the description carries the burden of explaining what the tool returns, and it does so at a useful level: status categories, developer answers, and reasons for declines. For a simple zero-input read-only tool, this is sufficient, though exact fields and format remain unspecified.

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 and the schema coverage is 100%, so there is nothing missing at the parameter level. The description correctly focuses on the returned content instead of parameter syntax, matching the baseline for a parameterless tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (Measure Tech PRO's roadmap) and the specific statuses it covers: shipped, building, planning, and declined, including developer answers and reasons. It does not explicitly name a sibling tool or draw a contrast, but the scope is distinct enough from get_forum_thread and get_product_overview.

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 the tool should be used when an agent needs the public roadmap with statuses and developer-written answers rather than raw forum threads. However, it does not explicitly state when to use it versus alternatives, give exclusions, or mention how it relates to sibling tools like search_forum or get_forum_thread.

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
Disambiguation4/5

Most tools map to a clear resource/action, but get_product_overview and search_knowledge_base both claim to answer 'does it do X', and search_forum and get_roadmap both surface statuses, so an agent could pick the wrong one. The descriptions reduce the ambiguity but do not fully eliminate it.

Naming Consistency4/5

The set uses lower_snake_case and broadly follows a verb_noun shape with get_/search_ prefixes for reads. However, my_requests and server_info are noun phrases and comment_on_request inserts a preposition, so the pattern is not perfectly uniform.

Tool Count5/5

At 13 tools, the count is well within a reasonable range for the scope: product info, pricing, forum search/read/write, hearts/comments, waitlist, contact, and personal status. Each tool covers a distinct interaction area and none feels redundant enough to cut.

Completeness4/5

The surface covers the main customer journeys: learn about the product, search/read forum, post/comment/heart, check personal requests, ask for contact, and join the waitlist. Minor gaps exist (e.g., no edit/delete for comments or a way to check waitlist status), but agents can complete core workflows without dead ends.

Resources