Skip to main content
Glama

Data To Agents

Suggest Service

suggest_service
Read-only

Resolve a natural-language request to the best catalog services. Returns explainable scores, matched reasons, and required parameters that are still missing. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax suggestions (default 5)
queryYesNatural-language request, e.g. "compare defense spending in Australia and New Zealand"
countryNoOptional country name or ISO code filter
categoryNoOptional category filter, e.g. "defense"

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations provide readOnlyHint=true, and the description adds useful behavioral detail: it returns explainable scores, matched reasons, and still-missing required parameters. It also notes the tool is free. This goes beyond annotation coverage without contradicting it.

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 compact sentences with no filler. The core purpose is front-loaded, output behavior is summarized, and the cost note is a single word. Every part earns its place.

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 tool with one required parameter, full schema coverage, and no output schema, the description provides the key output expectations. It could add explicit guidance on when to prefer it over search_services or suggest_related, but basic invocation is well supported.

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 description coverage is 100%, so the schema already documents all four parameters. The description adds minimal parameter-specific meaning beyond tying the query parameter to natural-language requests, which is the baseline case.

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 states a specific verb and resource: resolve a natural-language request into catalog services. It also differentiates itself from siblings like search_services by emphasizing explainable scores, matched reasons, and missing required parameters.

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 intended use case is clear: natural-language requests that need the best matching catalog service. However, the description does not explicitly contrast it with alternatives such as search_services or suggest_related, nor does it say when not to use it.

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.

Resources