Skip to main content
Glama

company_operating_plan

Inspect or advance the operating plan through the scoped chain lifecycle using verified receipts. Provide the project ID and bundle JSON to list, update, or progress plan operations.

Instructions

Inspect or advance the operating plan through the scoped chain lifecycle and verified receipts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNo
engineNo
operationNolist
entity_refNo
project_idYes
bundle_jsonYes
payload_jsonNo{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.2

TDQS

C2.1/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden of behavioral disclosure. It only hints that the tool can both read and mutate via 'inspect or advance', but it does not state side effects, required permissions, reversibility, or what 'verified receipts' entail.

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 only one sentence and contains no redundant prose. However, its brevity comes at the cost of clarity, and terms like 'scoped chain lifecycle' and 'verified receipts' are compressed jargon that do not earn their place without explanation.

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 seven parameters, no annotations, and zero schema description coverage, the description is far too sparse to enable correct invocation. The agent is left without operation semantics, bundle format, lifecycle behavior, or any practical usage context.

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?

Schema description coverage is 0%, and the description does not explain any of the seven parameters. An agent cannot infer what operation values, bundle_json, entity_ref, payload_json, now, or engine mean from the text.

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

Purpose3/5

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

The description uses specific verbs ('inspect' or 'advance') and identifies the resource ('the operating plan'), so it is not a pure tautology. However, the phrases 'scoped chain lifecycle' and 'verified receipts' are unexplained jargon, and the description does nothing to distinguish this tool from the many operating-loop and plan-related siblings.

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?

There is no guidance about when to use this tool versus alternatives such as get_operating_loop_status, company_objective_plan, or other plan tools. The word 'scoped' hints at a constraint, but no explicit conditions, exclusions, or alternatives are provided.

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