Skip to main content
Glama

company_fixed_assets

Manage fixed assets by inspecting or advancing them through their lifecycle with verified receipts. Track asset status and progress scoped to your project.

Instructions

Inspect or advance fixed assets 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/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavioral traits. The word 'advance' at least signals a potential mutation or state change, but the description does not explain side effects, reversibility, permission requirements, or what happens to receipts or the chain lifecycle when advancing. This falls far short of what an unannotated mutating tool needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the action, which is structurally fine, but it is under-specified rather than efficiently concise. The phrase 'through the scoped chain lifecycle and verified receipts' adds jargon without adding clarity, and no detail earns its place. This reads more as a truncated summary than a deliberately tight specification.

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?

Despite having an output schema, the description is missing nearly all context an agent needs: what operations are available, what bundle_json must contain, what entity_ref refers to, what payload_json does, and what advancing actually entails. With seven parameters, zero schema descriptions, no annotations, and an undefined 'scoped chain lifecycle,' the description is far from complete.

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 explains none of the seven parameters, including the required project_id and bundle_json, or the operation/entity_ref/payload_json fields. 'Inspect or advance' loosely maps onto the operation parameter's default 'list', but no parameter meaning is actually conveyed. The description does essentially nothing to compensate for the schema's total lack of descriptions.

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 identifies a resource (fixed assets) and verbs (inspect/advance), so it is not a tautology. However, 'the scoped chain lifecycle and verified receipts' is opaque jargon that doesn't concretely explain what advancing an asset means or how this tool differs from any of the many sibling tools. It is a vague purpose statement rather than a crisp operational definition.

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?

The description gives no guidance on when to use this tool versus alternatives, no prerequisites, and no explicit exclusions or when-not-to-use conditions. The phrase 'inspect or advance fixed assets' only weakly implies a context but does not help an agent decide between this and any other company_* or asset-related tool. This is essentially no usage guidance.

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