Skip to main content
Glama

me_get_provider_tasks

Inspect provider tasks created by ME for native spillover, generic supply, private workforces, or expert networks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden. 'Inspect' implies read-only, but nothing is disclosed about permissions, side effects, pagination, error handling, or what happens with invalid request_ids. The agent has no behavioral expectations beyond the verb.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no wasted words, but it is under-specified. It lacks any structure or front-loading of critical usage information. It is concise but not effectively concise—it omits necessary details.

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

Completeness1/5

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

With only one parameter, no output schema, and no annotations, the description should explain what the tool returns, when to call it, and what request_id means. None of this is present. An agent cannot reliably invoke this tool correctly based solely on the description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter request_id is not explained at all. Schema description coverage is 0%, and the description doesn't mention the parameter, its format, or its purpose. The agent must guess what request_id refers to, which is a critical gap.

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 a specific verb ('inspect') and resource ('provider tasks created by ME') and lists relevant categories (native spillover, generic supply, etc.), giving a clear idea of the tool's focus. However, it does not differentiate from sibling tools like me_get_request or me_get_matches, so an agent might not know when to choose this one.

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

Usage Guidelines1/5

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

There is no mention of when to use this tool versus alternatives, no prerequisites, no exclusions, and no context about the situation it addresses. The description offers zero guidance on selecting this tool over any of the 30+ siblings.

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.

Resources