list_axes
List available style axes for funnel generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List available style axes for funnel generation.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, and the description does not disclose behavioral traits such as side-effects, authentication requirements, or whether it is read-only. The description adds minimal value beyond the name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is highly concise with a single sentence that conveys the tool's purpose without extraneous information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no parameters and no output schema, the description is minimal. It does not describe the format or content of the returned list, which may leave an agent uncertain about the output.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has no parameters, so the description does not need to add parameter-level meaning. Baseline score of 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it lists style axes for funnel generation, using a specific verb and resource. It distinguishes itself from siblings 'generate_funnel' and 'get_funnel_status' which perform different actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit usage guidance is provided. The purpose is implied by the tool name and description, but there are no when-to-use or when-not-to-use instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a clearly distinct purpose: generating a funnel, checking its status, and listing style axes. No overlap.
All tool names follow a consistent verb_noun pattern using snake_case (generate_funnel, get_funnel_status, list_axes).
3 tools is appropriate for a focused funnel generator, each earning its place in the workflow.
Core generation workflow is covered (create, status, style options), but missing update/delete operations that might be needed for iterative refinement.