Skip to main content
Glama
priyanshu-arya

topmate-mcp

list_services

Need to see current offerings? Lists all live services on a Topmate profile with IDs, titles, descriptions, pricing, and intake questions.

Instructions

List all services currently live on the Topmate profile, with their IDs, titles, descriptions, pricing, and intake questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description is the sole source of behavioral information. It does not explicitly state that the operation is read-only, whether authentication is required, or any side effects, though the action 'list' strongly suggests a safe read operation. The disclosure is minimal but not contradictory.

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, well-structured sentence that includes the essential information: what the tool does and what it returns. It is concise without sacrificing clarity.

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?

The description provides sufficient context for a simple list operation, including the output fields. It does not discuss potential pagination, ordering, or error conditions, but these are not necessarily required for a straightforward list endpoint. Slightly incomplete but adequate.

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?

There are zero parameters in the schema, so the schema fully covers all parameters. The description adds no parameter-specific details because none exist, and the baseline for 0 parameters is 4.

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 action (list) and the specific resource (services on the Topmate profile), and enumerates the fields returned (IDs, titles, descriptions, pricing, intake questions). This makes it unambiguous and distinct from sibling tools like get_service or update_service.

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 that this tool is used when one wants to retrieve all services, but it does not explicitly contrast it with alternatives such as get_service for a single service or mention when not to use it. The guidance is implicit rather than explicit.

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