Skip to main content
Glama

company_sync

Plan or execute syncing of subscriptions and bills from Stripe and ledger data, applying receipts and reporting discrepancies.

Instructions

Plan (operation plan) or apply (operation run) the sync of persisted subscriptions and bills from fresh Stripe invoice, charge, and settlement reads and ledger bill reads; the chains' own receipts advance each case, newcomers adopt, and what no transition can absorb is a discrepancy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNo
engineNo
operationNoplan
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.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It gestures at behavior with 'receipts advance each case, newcomers adopt, and what no transition can absorb is a discrepancy,' but this is too cryptic to inform an agent about side effects, idempotency, or whether applying is destructive. It does not clearly state what changes are made to persisted subscriptions and bills.

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 a single dense run-on sentence that is front-loaded with the core verb but trails into obscure reconciliation jargon. Phrases like 'what no transition can absorb is a discrepancy' add confusion rather than earning their place.

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?

For a 7-parameter tool with an output schema but no parameter documentation, the description leaves too much unspecified: how to construct bundle_json, what project_id and entity_ref refer to, what plan vs. apply returns, and what side effects apply has. It is insufficient for reliable selection and invocation.

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?

The schema has 7 parameters with 0% description coverage, and the description only hints at the operation values ('plan'/'apply'). It does not explain the required project_id or bundle_json, nor the optional now, engine, entity_ref, and payload_json. This fails to compensate for the absent schema-level parameter documentation.

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

Purpose4/5

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

The description names a specific verb ('Plan or apply') and a specific resource ('sync of persisted subscriptions and bills'), and it clarifies two operation modes. It is not a tautology and gives a plausible high-level purpose, though the second half is jargon-heavy and does not differentiate from sibling sync tools.

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

Usage Guidelines3/5

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

The description implies a plan-then-run sequence via 'plan (operation plan)' and 'apply (operation run)', which is useful context. However, it never states when to prefer this tool over alternatives or provides exclusions or prerequisites, so usage guidance remains mostly implied.

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