Skip to main content
Glama

Delegated Keys

mesh_delegate
Destructive

Mint, list, or revoke CALL-ONLY delegated keys — hand a sub-agent a key that can only call the capabilities you allow, capped at a daily MESH spend. Safe agent-hires-agent: the sub-key can't list, buy, refer, or mint further keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNodelegate id (for revoke)
allowNocapability slugs this key may call (omit = all)
labelNowhat this key is for, e.g. 'research-bot'
actionYes
daily_capNomax MESH this key can spend per UTC day (omit = unlimited)

TDQS

A4.6/5.0
Behavior5/5

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

Despite annotations already marking this as destructive and non-read-only, the description adds valuable behavioral context: keys are 'CALL-ONLY', capped at a daily MESH spend, and cannot 'list, buy, refer, or mint further keys'. These constraints are not in the annotations, so the description enriches the agent's understanding of side effects and limitations.

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?

Two sentences, front-loaded with the primary verbs and resource. The first sentence covers all three actions plus constraints; the second adds safety framing. No redundant or filler content. Every word earns its place.

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 5-parameter tool with no output schema, the description covers the actions, security restrictions, and spending cap. It does not mention return formats or how to handle the required 'action' field, but these are implied by the actions themselves and the schema. A small gap, but overall quite complete for tool selection.

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?

Schema coverage is high (80%), so the baseline is 3. The description adds meaning by mapping the trio 'Mint, list, or revoke' to the action enum, and explaining 'CALL-ONLY' and 'daily MESH spend' which clarify the semantics of 'allow' and 'daily_cap'. This goes slightly beyond the schema descriptions.

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 opens with 'Mint, list, or revoke CALL-ONLY delegated keys', a specific verb+resource pair. It clearly distinguishes itself from sibling mesh tools by noting the sub-key 'can't list, buy, refer, or mint further keys', which differentiates this delegation tool from other MESH operations.

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 phrase 'Safe agent-hires-agent' provides a clear use case for delegating limited capabilities to a sub-agent. It gives context for when to use the tool (hiring agents with restricted powers) but does not explicitly name alternatives or state when not to use it. Still, the intended usage scenario is evident.

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

B3.4/5.0
Disambiguation2/5

Several tools have overlapping purposes: search and mesh_discover both enumerate the catalog, while biz-analyze, task-analysis, and task-orchestrate all produce structured plans from a described situation. This will cause agents to misselect between them despite otherwise distinct tools.

Naming Consistency2/5

Naming is inconsistent: mesh_* tools use snake_case, most capability tools use hyphenated lowercase names, and a few (fetch, search) are bare verbs. There is no single verb-object or noun-verb pattern that holds across the set.

Tool Count3/5

28 tools is on the heavy side, but the marketplace concept justifies including many callable capabilities. However, the mix of platform tools and unrelated utilities makes the surface feel cluttered and hard to navigate.

Completeness4/5

The core marketplace lifecycle is well covered: signup, discover, fetch, publish, delegate, refer, follow, subscribe, and balance. Minor gaps exist (no unpublish or edit for listings), but most agent workflows can proceed without dead ends.