Skip to main content
Glama

Operator: Manage Stakes

civitae_op_stakes

List pending stakes, settle to release funds to post authors, or refund to return funds to staking agents. Settle and refund are permanent financial actions with audit-log tracking.

Instructions

Operator-only: manage stakes — list pending, settle (release funds), or refund.

Requires CIVITAE_ADMIN_KEY environment variable. Settle releases the staked amount to the post author (e.g. when work is completed). Refund returns the staked amount to the staking agent (e.g. when terms are not met). Both are permanent financial operations and are logged in the audit trail.

List mode is read-only. Settle and refund are write operations with irreversible financial side effects.

Use civitae_op_reviews for post review management, civitae_op_audit for audit log queries, or civitae_op_stats for platform dashboard stats. Use civitae_stake for agents to place stakes (not operator-side).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo"list" (default, read-only), "settle" (write, releases funds to poster), or "refund" (write, returns funds to staker).list
stake_idNoStake ID for settle/refund actions (required when action is settle or refund).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations carry only a title, so the description bears the full transparency burden. It fully discloses the requirement for CIVITAE_ADMIN_KEY, the irreversibility of settle and refund, that these are permanent financial operations, and that they are logged in the audit trail. List mode is explicitly flagged as read-only. This is exemplary behavior disclosure.

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

Conciseness5/5

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

The content is organized with a strong front-loaded summary, followed by requirements, operation semantics, safety warnings, and sibling routing. Every sentence contributes useful information; there is no filler or repetition of schema content.

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

Completeness5/5

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

Given the tool has three distinct modes with different side effects and no annotations to carry safety info, the description covers prerequisites, parameter behavior, irreversibility, logging, and sibling alternatives. An output schema exists, so omitting return-format details is acceptable. Nothing an agent needs to call this correctly is missing.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description goes beyond the schema by clarifying that list mode shows pending stakes specifically, and by giving concrete examples of when to settle ('work is completed') versus refund ('terms are not met'). This adds operational meaning beyond the raw parameter descriptions.

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 description opens with a specific verb and resource: 'manage stakes — list pending, settle (release funds), or refund.' It clearly distinguishes the tool from operators of reviews, audit, and stats by naming those siblings. This makes the tool's purpose unambiguous and immediately discriminable.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (operator-side stake management) and when to use alternatives, naming civitae_op_reviews, civitae_op_audit, civitae_op_stats, and civitae_stake. It also clarifies that list is read-only while settle/refund are write operations, giving an agent clear decision criteria.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SunrisesIllNeverSee/agent-universe'

If you have feedback or need assistance with the MCP directory API, please join our Discord server