Skip to main content
Glama

Get Matched Tool

get_matched

Read-only. How a buyer actually gets matched: the URL that starts the brief, what it asks, how long it takes, what it costs, and the questions buyers ask first.

Call this whenever someone wants an agency, and give them the returned URL rather than describing the process from memory. Starting the brief is the only way to reach an agency through Ashton & Forge — the directory is anonymised, so there is nobody to contact directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior4/5

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

Annotations are empty, so the description carries the full burden. It explicitly declares 'Read-only' and discloses what the tool reveals: the brief URL, questions asked, time, cost, and process. It does not describe exact return formatting, but for a zero-parameter informational tool this is adequate.

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 front-loaded with 'Read-only' and the core purpose, followed by a direct usage instruction and a brief rationale. It is slightly conversational, but every sentence earns its place and it remains compact.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters, no output schema, and no annotations, the description provides everything needed to select and invoke the tool: what it returns, when to use it, how to handle the result, and why alternatives are not appropriate. Nothing essential is missing.

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, so the schema fully covers the input surface. The description needs to add no parameter-level meaning, and it doesn't. Baseline 4 is appropriate 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 states the tool returns information about the matching process: the URL that starts the brief, what it asks, duration, cost, and buyer questions. It clearly identifies the resource and the read-only nature, though it stops short of naming the exact output artifact beyond 'the returned URL.' It is not a tautology and is distinguishable from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Call this whenever someone wants an agency' and instructs the agent to give the returned URL rather than describing the process from memory. It also explains why this tool is the only path to an agency, which implicitly steers the agent away from directory_summary and search_agencies for direct contact.

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.4/5.0
Disambiguation4/5

Each tool has a distinct role: summary provides high-level coverage, search filters actual listings, and get_matched explains the matching process. The only potential confusion is between summary and search when answering 'do they have X', but the descriptions clearly direct users to start with summary before searching.

Naming Consistency2/5

Tool names mix conventions: directory_summary is noun-noun, get_matched is verb + past participle, and search_agencies is verb + noun. There is no consistent verb-object pattern, though the names are still readable in context.

Tool Count5/5

Three tools is well-scoped for a read-only directory/marketplace server. Each tool earns its place and there is no redundancy or overwhelming surface area.

Completeness5/5

The set covers the full buyer workflow: understand marketplace coverage, search for matching agencies, and learn how to get matched. Search with no filters returns the whole directory, and get_matched provides the only necessary route to engage, so there are no dead ends.

Resources