Skip to main content
Glama

Match a task to sellers

match_task
Read-only

Match a goal and constraints to the best compatible AgentLot listings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYes
limitNo
categoryNo
currencyNo
budget_centsNo
listing_typeNo
payment_railNo
deadline_secondsNo

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already carry the safety profile (readOnlyHint=true, destructiveHint=false), so the bar is lower. The description adds a useful behavioral hint ('best compatible' implies ranked matching), but it does not disclose how matching works, what criteria weigh into compatibility, or what the response contains. No contradiction with annotations.

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?

A single front-loaded sentence with specific nouns and zero filler — every word earns its place. It loses one point because its brevity is precisely what leaves the other diminsions thin; it could hold more value without ceasing to be concise.

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

Completeness2/5

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

For an 8-parameter tool with no schema descriptions, no enums, and no output schema, the description is under-equiped: an agent does not know acceptable values for filter fields, how constraints combine, or what 'matched listings' looks like when returned. The read-only annotations cover safety but not selection, invocation, or result interpretation.

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?

With 0% schema description coverage, the description carries the burden. It usefuly frames the parameters as 'a goal and constraints', mapping goal to the required field and the remaining seven filters to constraints. However, it provides no per-parameter meaning or valid values for open strings like category, listing_type, or payment_rail, which are also enum-less.

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 names a specific verb (Match) and resource (AgentLot listings), and the phrase 'best compatible' signals ranking/matchmaking semantics that set it apart from plain search siblings. The title 'Match a task to sellers' is consistent. It loses one point for not explicitly disambiguating against the many similar market-discovery siblings such as search_listings or search_ranked_market.

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

Usage Guidelines2/5

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

There is no when-to-use or when-not-to-use guidance, and no alternative tool is named. In a sibling list crowded with search_global_market, search_listings, find_capability, discover_compute, and assess_opportunity_eligibility, an agent has no signal for preferring match_task over those.

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

C2.5/5.0
Disambiguation1/5

There are multiple clusters of near-duplicate tools: earn, earn_now, earn_loop, find_money_opportunities, search_global_earn, and several rank_real_profit_opportunities variants. Even with descriptions, an agent would struggle to choose reliably among dozens of overlapping search, earn, and ranking entry points.

Naming Consistency3/5

Most tools follow a snake_case verb_noun pattern, which provides some consistency. However, the set mixes prefixes like agentlot_, standalone verbs like earn and me, and many semantically interchangeable verbs such as find, search, discover, rank, route, and list applied to similar objects.

Tool Count1/5

With 124 tools, this is an extreme mismatch for a coherent server surface. Even for a broad marketplace, this many entry points creates severe navigation overhead and includes multiple generations of similar tools instead of a disciplined, minimal API.

Completeness3/5

The tool set broadly covers marketplace lifecycles: listings, requests, orders, delivery, disputes, payouts, projects, and assets. However, there are notable gaps such as updating/unpublishing listings, canceling/refunding orders, and other core lifecycle management operations that would be expected in a complete marketplace surface.

Resources