Skip to main content
Glama

Propose work

propose_work
Destructive

Create a new shared work-graph item (lab_work_items) so it is visible and coordinated across sessions and agents. Set depends_on to gate this item behind others (it starts blocked until they complete). Optionally pre-assign to an agent OR a user.

[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoKind of work (e.g. task, review, content). Default "task".
titleYesShort title of the work item.
payloadNoOptional structured detail for the item. For kind=builder_fix the payload MUST name the Key Result the unit moves (payload.linked_kr_id, a live KR of this company) or carry payload.factory_self=true with payload.birth_reason; otherwise the proposal is refused with the live KR list. Server-owned keys (play_cascade, consult_kind, product_status, merge and deploy stamps, watch, card_id, spawn_session_id and its aliases session_id / session / spawn_session) are dropped and named in the result.
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
depends_onNoOptional array of lab_work_items UUIDs this item is blocked by.
assignee_user_idNoOptional auth user UUID to assign (human owner). Cannot be combined with assignee_agent_id.
assignee_agent_idNoOptional linnet_agents UUID to assign (agent owner).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / payload / description
      Previous value: -"Optional structured detail for the item."New value: +"Optional structured detail for the item. For kind=builder_fix the payload MUST name the Key Result the unit moves (payload.linked_kr_id, a live KR of this company) or carry payload.factory_self=true with payload.birth_reason; otherwise the proposal is refused with the live KR list. Server-owned keys (play_cascade, consult_kind, product_status, merge and deploy stamps, watch, card_id, spawn_session_id and its aliases session_id / session / spawn_session) are dropped and named in the result."
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare destructiveHint=true and readOnlyHint=false, matching the create-new-item semantics, so no contradiction exists. The description adds value beyond annotations by disclosing the write-tier approval flow (first use may require manager approval, from-now-on vs just-once approval behavior) and the 'card is the yes' convention. This is genuinely additive behavioral context.

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?

The functional core is front-loaded in one tight sentence, and the approval/behavior note is segregated into a bracketed paragraph. The structure is clean and scannable, though the bracketed operational note is somewhat dense and could be tightened. Every sentence 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 creation tool with 7 parameters and a nested payload object, the description covers purpose, gating behavior, assignment options, the approval flow, and when to call. The complex builder_fix payload constraints live in the schema description, which is acceptable. There is no output schema, but the 'card is the yes' note covers the expected outcome, leaving only minor gaps around the full response shape.

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 100%, so the baseline is 3. The description adds modest value by framing depends_on as gating ('it starts blocked until they complete') and emphasizing the agent-OR-user assignment exclusivity, both of which go slightly beyond the schema's phrasing. It does not duplicate the payload builder_fix requirements, which the schema already documents, so it does not fully compensate but adds useful framing.

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 a specific verb+resource: 'Create a new shared work-graph item (lab_work_items)'. It conveys the purpose (visibility and coordination across sessions and agents) and states key mechanics (depends_on gating, optional assignment). This clearly distinguishes it from siblings like resolve_work (completion) and list_my_work (listing), so an agent can tell them apart without opening schemas.

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?

Provides explicit operational guidance: 'Call it on the first clear ask; the card is the yes — do not re-ask in chat.' This tells the agent when to invoke the tool and how to behave afterward. It does not, however, name explicit alternatives or conditions for NOT using it versus a sibling like resolve_work, so some exclusion guidance is missing.

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