Skip to main content
Glama

dao_submit_proposal

Create a text governance proposal for DAO voting. Provide a title and optional summary, metadata, or immediate execution flag. Signs and broadcasts an on-chain transaction, returning the new proposal ID.

Instructions

Use this when you need to create a text governance proposal for DAO voting. Signs and broadcasts an on-chain transaction. Returns the new proposal ID. Provide 'dao' (name or address) OR 'group_policy_address', plus 'title'. Optional: 'summary', 'metadata', 'exec_try'. The proposer is automatically set to the current wallet address. See also: dao_list_proposals, dao_vote, dao_exec.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daoNoDAO name or address (alternative to group_policy_address)
group_policy_addressNoThe group policy account address
titleYesTitle of the proposal
summaryNoSummary of the proposal
metadataNoArbitrary metadata for the proposal
exec_tryNoIf true, try to execute immediately after submission
Behavior4/5

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

With no annotations, the description explains that the tool signs and broadcasts an on-chain transaction, implying a write operation. It also mentions the return of a proposal ID. Missing details on failure handling, gas costs, or reversibility, but adequate for a creation tool.

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?

Five sentences, all essential, front-loaded with purpose. No redundant or extraneous information.

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

Completeness4/5

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

Given no annotations or output schema, the description covers purpose, key parameters, return value, and sibling tools. It lacks details on potential errors or transaction fees, but is sufficient for most use cases.

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

Parameters5/5

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

The description adds significant value over the schema by explaining that 'dao' and 'group_policy_address' are alternatives, and that 'exec_try' attempts immediate execution. Also notes that the proposer is automatically set. Schema coverage is 100%.

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 the tool creates a text governance proposal for DAO voting, signs and broadcasts an on-chain transaction, and returns the proposal ID. It distinguishes from sibling tools by mentioning alternatives like dao_list_proposals, dao_vote, dao_exec.

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?

The description explicitly says 'Use this when you need to create a text governance proposal' and notes that the proposer is auto-set. It lists optional parameters and alternatives, but does not provide explicit when-not-to-use or exclusions.

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/gitopia/gitopia-mcp-server'

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