Skip to main content
Glama

Compass - MCP Discovery & Security Gateway

find_solutions

Given a user's problem in natural language, return ranked solution recommendations (software platforms and MCP-connectable tools). Each result includes a semantic fit score, a trust/security score, any security flags, and a short rationale. Surface the flags to the user transparently.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_kNoHow many recommendations to return.
problemYesThe user's problem or need, in their own words.
max_pricing_tierNoOptional ceiling: free, freemium, paid, or enterprise.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly states that results include semantic fit, trust/security scores, security flags, and a rationale, and it explicitly instructs that flags be surfaced transparently to the user. This is strong for a read-style recommendation tool, though it does not discuss potential staleness or data sources.

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 sentences with no filler. It front-loads the primary action and resource, then concisely lists what each result contains and the important user-facing transparency requirement.

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 is complete enough for a recommendation tool with only one required parameter and an existing output schema. It covers input, result contents, and the critical transparency behavior. It could mention side effects or rate limits, but nothing about this tool suggests they are essential given its read-oriented nature.

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 parameter meanings are already fully documented in the schema. The description does not add extra semantics for problem, top_k, or max_pricing_tier, which is acceptable given the baseline for full schema coverage.

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 uses a specific verb and resource: 'given a user's problem... return ranked solution recommendations.' It clearly identifies the tool as a recommendation finder and lists the output fields, which distinguishes it from siblings like compare_tools and get_trust_report even though those alternatives are not named.

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 context is implied: use this tool when a user has a natural-language problem and needs ranked solution recommendations. However, it does not explicitly state when not to use it or mention that compare_tools or get_trust_report should be used for other needs.

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.1/5.0
Disambiguation5/5

Each tool has a distinct purpose: find_solutions handles natural-language discovery, compare_tools performs side-by-side comparisons, and get_trust_report provides deep single-tool security analysis. There is no overlap or ambiguity between them.

Naming Consistency5/5

All three tools follow a consistent verb_noun snake_case pattern: compare_tools, find_solutions, get_trust_report. The naming clearly indicates the action and target.

Tool Count4/5

Three tools is on the low end but within the acceptable range and each tool earns its place for the gateway's focused scope. It may feel slightly thin for a broader discovery platform, but it is not excessive or trivial.

Completeness4/5

The set covers the core workflow: discover solutions, compare options, and retrieve trusted security details. A minor gap is the lack of an explicit catalog-browsing or listing tool, but find_solutions effectively addresses most discovery needs.

Resources