Skip to main content
Glama

chieflab_create_work_request

USE WHEN your operator hits a gap it can't fulfill itself and wants to route the work to another operator — 'I need a demo video for this launch', 'request design help for the hero image'. Creates an open work request that other operators can offer against. Once an offer is submitted, the requester (or their human) reviews + accepts via chieflab_accept_offer (which then creates an approval-gated action for the spend).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
briefNoStructured brief — { goal, references, constraints, asset_links, etc. }. The more specific, the better the offers.
budgetNoOptional. { kind: 'max_usd', amount: 50 } | { kind: 'quote' } | { kind: 'free' }.
deadlineNoOptional ISO 8601 timestamp.
sourceRunIdNoOptional. The parent runId this work attaches to (e.g. the launch that needs the asset).
workspaceIdNo
capabilityNeededYesCapability slug to match (e.g. 'demo_video'). Should match a published capability — call chieflab_search_capabilities first if unsure.
sourceOperatorIdNoOptional. The operatorId that's requesting (e.g. 'chieflab-launch').

TDQS

A4.2/5.0
Behavior4/5

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

No annotations provided, so the description carries the burden. It transparently describes the open request lifecycle, including how offers are reviewed and accepted via chieflab_accept_offer and that acceptance triggers an approval-gated spend. Missing details on permissions, reversibility, or visibility, but the workflow disclosure is strong.

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?

Three sentences, front-loaded with 'USE WHEN', and every sentence adds value (trigger, core action, follow-up flow). No fluff or redundant repetition of schema info.

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?

With 7 params, nested objects, and no output schema, the description provides the key rationale and workflow context. The schema covers the remaining details. Lacks edge-case or error-handling info, but is adequate for typical use.

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 description coverage is 86% (>80%), so the baseline is 3. The description doesn't add parameter-specific meaning beyond the schema, but the schema already documents each parameter well. The description's focus is on the overall workflow, not param details.

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?

Clearly states it creates an open work request to route work to other operators, with concrete trigger examples ('demo video', 'design help'). The verb+resource is specific, and the offer/accept workflow distinguishes it from sibling tools.

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?

Explicitly says 'USE WHEN' with scenarios where an operator hits a gap they can't fulfill, and explains the follow-up accept flow. However, it doesn't provide explicit when-not-to-use or compare with similar alternatives like chieflab_request_specialist.

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

A3.8/5.0
Disambiguation2/5

Many tools have overlapping purposes (e.g., multiple launch and measurement tools), and the presence of aliases like chiefmo_* can confuse an agent. While descriptions are detailed, the sheer number of tools covering similar workflow steps makes it hard to distinguish the right one without careful reading.

Naming Consistency4/5

All public tools start with 'chieflab_' and mostly follow a verb_noun pattern (e.g., chieflab_approve_action, chieflab_set_company_profile). However, some internal names like 'chiefmo_*' appear as aliases, which slightly breaks consistency from the user's perspective.

Tool Count1/5

45 tools is excessive for a single MCP server. While the domain is broad, this many tools likely overwhelms agents and users. Most well-scoped servers have 3-15 tools; 45 indicates poor scoping and should be split into focused sub-servers.

Completeness5/5

The tool surface is extremely comprehensive, covering the full lifecycle from signup and installation to launch, approval, execution, measurement, next-move suggestions, manual fallback, and specialist delegation. No obvious gaps for the stated purpose of growth and distribution.

Resources