Skip to main content
Glama

Ashton & Forge Agency Directory

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

A3.8/5.0
Behavior3/5

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

The description opens with 'Read-only', compensating for the empty annotations by clearly signaling no side effects. It also discloses what the tool returns (a URL) and the context around it. However, it does not specify the exact response format or whether additional text accompanies the URL, which matters in the absence of an output schema.

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 concise and front-loaded with the critical 'Read-only' behavior, followed by practical usage instructions. Every sentence contributes either to what the tool provides or when/how to use it. It could be slightly tighter, but it is well structured and easy to parse.

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 tool with no parameters, no annotations, and no output schema, the description covers the essential context: what the tool does, when to call it, and how to handle its output. It also explains why this is the only path to an agency. It does not fully specify the output shape, but enough is provided for correct invocation.

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 input schema has zero parameters, so the description need not explain parameter semantics. The baseline of 4 applies because there is no parameter gap to fill. The description adds sufficient context about what the tool does with no input needed.

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 states the tool provides the buyer-matching process: the URL that starts the brief, what it asks, duration, cost, and first buyer questions. It also identifies the tool's output as a URL to give to the user. It is distinguishable from siblings because it describes the only route to an agency through Ashton & Forge, while siblings cover directory/search concerns.

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

Usage Guidelines4/5

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

The description explicitly says to call this 'whenever someone wants an agency' and instructs the agent to return the URL rather than describe the process from memory. It also explains why this tool is necessary: the directory is anonymised and there is no one to contact directly. It does not explicitly contrast with search_agencies or directory_summary, but the usage trigger is clear.

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

Each tool has a clearly distinct role: directory_summary explains marketplace coverage, search_agencies filters anonymized listings, and get_matched provides the buyer's next step. There is no meaningful overlap or risk of an agent selecting the wrong tool.

Naming Consistency3/5

All names are lower_snake_case and readable, but the semantic pattern is mixed: directory_summary is a noun phrase, get_matched uses a past-participle object, and search_agencies follows verb_noun. This is inconsistent but not chaotic.

Tool Count5/5

Three tools is well-scoped for a read-only directory and matching service. Each tool earns its place: orient, search, and match.

Completeness5/5

The tool surface covers the full user journey for this anonymised marketplace: understand what the directory covers, search/filter listings, and get the matching brief URL. There are no dead ends or obvious missing operations for the stated purpose.

Resources