Skip to main content
Glama

sage_gov_propose

Submit governance proposals for validator-set operations (add, remove, update power) and guided scope actions. Requires admin role.

Instructions

Submit a governance proposal. Validator-set operations use scalar fields; app-v20 scope_action accepts a guided scope object that the node encodes canonically. Requires admin role.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoGuided app-v20 scope_action template; the node sorts it canonically and owns the execution heights
reasonYesHuman-readable justification for the proposal
payloadNoOptional legacy base64 operation payload; mutually exclusive with scope
operationYesGovernance operation
target_idNoValidator ID for validator ops; optional for scope_action when scope.scope_id is supplied
target_powerNoVoting power (required for add_validator and update_power)
target_pubkeyNoHex-encoded Ed25519 public key (required for add_validator)
Behavior2/5

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

No annotations are present, so the description carries the full burden. It discloses the admin role requirement but does not describe side effects, irreversibility, fees, or failure modes. For a mutation tool that submits proposals, more behavioral context is expected.

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 description is three sentences with no unnecessary words. It front-loads the purpose, then explains operation distinctions, and ends with the prerequisite. Every sentence adds value, making it highly concise.

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?

Given the tool has 7 parameters, nested objects, no output schema, and no annotations, the description covers the basics but lacks details on proposal lifecycle, scope object structure (beyond 'guided'), and post-submission behavior. It is adequate but not comprehensive.

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 coverage is 100%, so baseline is 3. The description adds value by explaining that validator-set operations use scalar fields and scope_action uses a guided scope object, which helps agents understand parameter usage beyond what the schema provides. This justifies a score of 4.

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 clearly states 'Submit a governance proposal.' It distinguishes between two operation families (validator-set ops with scalar fields, scope_action with guided scope object) and mentions the admin role requirement, which is specific and helps differentiate from sibling tools like sage_gov_vote.

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 provides implicit guidance by differentiating operation types and stating the admin role prerequisite, but it lacks explicit when-to-use or when-not-to-use instructions relative to alternatives. No exclusions or comparisons to sibling tools are given.

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/l33tdawg/sage'

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