Skip to main content
Glama

wavefunction__collapse

[wavefunction — demand-side agent/collective discovery] Collapse the user's wavefunction into an actionable commitment, weighted by stake.

Instructions

[wavefunction — demand-side agent/collective discovery] Collapse the user's wavefunction into an actionable commitment, weighted by stake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
stake_amountNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.13
  2. Removedv0.1.12
  3. Changed3 schema fields changedv0.1.11
    • addedInput schema / properties / stake_amount / title
      Added value: +"Stake Amount"
    • addedInput schema / properties / user_id / title
      Added value: +"User Id"
    • addedInput schema / title
      Added value: +"collapseArguments"
  4. Changed3 schema fields changedv0.1.9
    • removedInput schema / properties / stake_amount / title
      Removed value: -"Stake Amount"
    • removedInput schema / properties / user_id / title
      Removed value: -"User Id"
    • removedInput schema / title
      Removed value: -"collapseArguments"
  5. Changed3 schema fields changed
    • addedInput schema / properties / stake_amount / title
      Added value: +"Stake Amount"
    • addedInput schema / properties / user_id / title
      Added value: +"User Id"
    • addedInput schema / title
      Added value: +"collapseArguments"
  6. Changed3 schema fields changed
    • removedInput schema / properties / stake_amount / title
      Removed value: -"Stake Amount"
    • removedInput schema / properties / user_id / title
      Removed value: -"User Id"
    • removedInput schema / title
      Removed value: -"collapseArguments"
  7. First observed

TDQS

C2.1/5.0
Behavior2/5

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

No annotations provided, so description must cover behavioral effects. It mentions 'actionable commitment' but does not disclose side effects, required permissions, reversibility, or what happens to the state.

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 short and front-loaded, but the metaphorical language reduces clarity. It could be more concise while still being clear.

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

Completeness2/5

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

Given no annotations, no output schema, and an abstract description, the tool is incomplete. An agent lacks enough information to decide when to invoke or how to use it correctly.

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

Parameters2/5

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

Schema coverage is 0%, yet the description only mentions 'stake' implicitly. It does not explain the role of 'stake_amount' or 'user_id' beyond their names. No format, constraints, or usage context is added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a quantum metaphor ('collapse wavefunction') and says 'actionable commitment, weighted by stake' but does not state concrete actions or outcomes. It is vague and relies on jargon, making it unclear what the tool actually does compared to siblings like wavefunction__describe_agent.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs. alternatives. There is no mention of prerequisites, context, or exclusion criteria for using collapse over intake or other tools.

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

Deploy Server

Other Tools