Skip to main content
Glama

trigger_distribute

Initiate permissionless royalty distribution: splits accumulated ETH among creator and team, then uses 8% to buy and burn $ASH. Requires 0.005 ETH balance.

Instructions

Calls distribute() on the RoyaltyDistributor contract. Permissionless — any wallet can trigger this at any time. Splits accumulated royalty ETH: 1% to creator, 1% to $ASH team, 8% buys $ASH on Uniswap and burns it to 0xdead. Requires at least 0.005 ETH in the distributor to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It transparently reveals the permissionless nature, the exact distribution mechanics (1% to creator, 1% to team, 8% buy-and-burn to 0xdead), and the minimum ETH threshold. It does not mention failure/revert behavior or gas requirements, but the primary side effects and constraints are well covered.

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?

Four sentences, each with a distinct job: identify the contract call, state permissionlessness, explain the fund distribution, and specify the execution threshold. There is no filler or redundant restating of the tool's name.

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?

For a zero-parameter, no-output-schema transaction trigger, the description covers the target contract, the permission model, the exact economic effects, and the precondition. An agent has everything necessary to decide whether and how to invoke this tool correctly.

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?

The input schema contains zero parameters, so the description has nothing to add beyond the schema. The baseline score of 4 for a parameterless tool applies, and the description does not introduce any confusing parameter-related claims.

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 precise verb-resource pair, 'Calls distribute() on the RoyaltyDistributor contract,' and then details the exact purpose via the ETH split. This clearly distinguishes it from siblings like get_mint_info and approve_ash, which operate in different domains.

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 states that the tool is permissionless and can be triggered by any wallet at any time, which gives clear context for when to use it. It also provides a concrete precondition ('Requires at least 0.005 ETH'). It does not explicitly name alternatives or exclusions, but the sibling tools are functionally unrelated, so this is acceptable.

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

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