Skip to main content
Glama
mattskowron-dev

task-relay-discovery-mcp

find_task_relay_job

Find Task Relay F1-F5 contracts matching a machine need phrase, with optional max price filter in USDC.

Instructions

Find Task Relay F1-F5 contracts matching a machine need (deterministic local match only; Task Relay jobs only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
machine_needYesMachine need phrase (not a brand query)
max_price_usdcNoOptional max price filter in USDC
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the deterministic and local nature of matching, and scope to Task Relay jobs. However, it omits details like return format, error behavior, or permissions, which would be desirable for full transparency.

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 a single sentence that conveys essential information without redundancy. It is front-loaded with the main action and scoping details, making it highly efficient.

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?

Given the tool's simplicity (2 params, no output schema), the description adequately covers purpose and key constraints. It could mention return behavior or failure modes, but overall it is fairly complete.

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 coverage is 100%, so baseline is 3. The description does not add additional parameter-specific context beyond what the schema already provides. The phrase 'machine need' matches the schema description.

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 clearly states the verb 'Find', the resource 'Task Relay F1-F5 contracts', and the criteria 'matching a machine need'. It also distinguishes from siblings by noting 'deterministic local match only' and 'Task Relay jobs only', making it unambiguous.

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 implies when to use (finding contracts by machine need) and when not (e.g., getting a specific contract via get_task_relay_job_contract or listing all jobs via list_task_relay_jobs). However, it does not explicitly state alternatives or exclusions, so a slight deduction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattskowron-dev/task-relay-discovery-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server