Skip to main content
Glama

record_operating_event

Atomically stage or promote one event occurrence's stable ID and mutable anchor fact. Use this for every fact named by an event rule; scalar writes are rejected to prevent mixed IDs/deadlines. If evidence is required, the first call returns candidate fact IDs. Bind evidence to each evidence-gated candidate, then retry with identical source and validity inputs; both facts become canonical in one transaction. Prerequisite: authenticated active organization access plus every prerequisite stated above. Canonicality: invokes the shared backend action; trust the returned actual_tool_output and context_engineering instead of adding a state-recovery call. Idempotency: obey the tool-specific retry key or guarantee; if none is stated, inspect refreshed state before retrying. Confirmation boundary: no additional confirmation is needed for this read, reversible save, explicit fact/evidence record, link preparation, plan refresh, or action pre-authorized by a standing founder-configured policy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleIdYesExact event-recurring ruleId returned by resolve_company_plan.
companyIdNocorply_companies.id. May be omitted only when the active organization has exactly one company.
expiresAtNo
itemLimitYesMaximum items returned per actionable/blocked/waiting section.
sourceRefYesStable reference reused unchanged when promoting staged candidates.
subjectIdNoRequired for subject-scoped event rules; omitted for company rules.
confidenceNo
provenanceNo
sourceTypeYes
trustLevelNo
anchorValueYesTyped value for the rule's recurrence.anchorFact.
effectiveToNo
occurrenceIdYesStable episode identity, never a mutable date, boolean, or label.
effectiveFromNo
questionLimitYesMaximum targeted missing-fact questions returned.
_corply_contextNoEcho context_engineering.context_session from the prior Corply result.
confirmationKindYesnone
evidenceEventIdsNo
sourceObservedAtNoRequired for expiring evidence-backed event facts.

TDQS

A4/5.0
Behavior5/5

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

Beyond the spartan annotations (all false), the description reveals atomicity, rejection of scalar writes, evidence-first-call behavior, idempotency handling, and confidence in the returned actual_tool_output over state-recovery calls. It also frames the operation as a reversible save within the confirmation-boundary note, giving the agent useful 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.

Conciseness2/5

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

The description is long and padded with generic template lines such as 'authenticated active organization access plus every prerequisite stated above' when no prerequisites were actually stated, and the broad 'Confirmation boundary' enumeration. The core purpose is front-loaded, but several sentences are wordy or self-referential, so not every sentence earns its place.

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

Completeness3/5

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

For a 19-parameter tool with no output schema, the description covers the staging/promotion and evidence workflow, idempotency, and canonicality, which is substantial. Still, it omits the concrete return shape, when each confirmationKind is required, and the meaning of several validity/lifecycle parameters, leaving an agent to infer important call details.

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

Parameters3/5

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

Schema coverage is only 53%, so the description must add semantic weight; it does clarify the retry contract ('identical source and validity inputs') and the meaning of evidence-gated candidates. But it leaves many parameters unexplained (provenance, trustLevel, effectiveFrom/To, itemLimit, questionLimit, _corply_context), so it only partially compensates for the schema gap.

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 opening sentence names a specific operation, 'atomically stage or promote one event occurrence's stable ID and mutable anchor fact,' which is not merely a restatement of the tool name and clearly distinguishes it from scalar fact writes. The phrase 'scalar writes are rejected' further differentiates it from sibling record_operating_fact and evidence tools.

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?

It explicitly instructs 'Use this for every fact named by an event rule,' establishing the primary invocation context, and describes the evidence-gated retry flow with identical source and validity inputs. However, it never names an alternative or states when not to use this tool, so it lacks explicit exclusions.

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.

TDQS

B3.4/5.0
Disambiguation3/5

There is notable overlap among status/read tools (get_company_briefing, get_status, get_org, whoami) and a dense cluster of payment-related tools (request_payment, await_payment, create_payment_project, create_payment_route_draft, etc.). The detailed descriptions help differentiate them, but agents could still misselect when the surface is this large.

Naming Consistency4/5

Tool names overwhelmingly follow a verb_noun snake_case pattern (e.g., create_payment_route_draft, record_operating_event, start_bank_onboarding). Minor exceptions like 'whoami', 'recall', and 'remember' are acceptable single-verb commands, so the naming is highly consistent overall.

Tool Count2/5

At 52 tools, the server far exceeds the 25+ threshold for 'too many'. While the breadth of domains (formation, payments, cap table, operating compliance) somewhat justifies the count, it still feels heavy and likely increases selection errors and cognitive load for agents.

Completeness4/5

The tool surface covers the full formation lifecycle (save, validate, generate, sign, submit), payment handling, bank onboarding, cap table management, and operating records/evidence workflows. Minor gaps exist (e.g., no update/delete for existing companies, no explicit company dissolution), but the core workflows are well covered.