Skip to main content
Glama

acp_list

List Avalanche Community Proposals with structured fields, optionally filtered by status (Activated, Implementable, Proposed, Stale, Withdrawn) or track (Standards, Best Practices, Meta, Subnet).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of ACPs to return (default: 50)
trackNoFilter by ACP track. Matches Standards, Best Practices, Meta, or Subnet.
statusNoFilter by ACP status (case-insensitive)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It mentions returning structured fields and filtering, but does not include details about pagination (despite the limit parameter), default behavior, ordering, or error conditions. The read-only nature is implied but not explicitly stated.

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 a single, well-structured sentence that states the core function and optional filters. It is concise, front-loaded, and free of unnecessary words, earning a top score for structure.

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?

For a simple list tool, the description covers the core function and main filters. However, there is no output schema, and the description does not elaborate on the 'structured fields' or mention the limit parameter and pagination behavior. This leaves notable gaps in completeness.

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

Parameters3/5

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

The input schema has 100% description coverage for all three parameters, including enums for status and track. The description lists status and track values in prose, which is redundant with the schema, and adds no new information about the limit parameter or defaults. This meets the baseline expected when the schema is comprehensive.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'List' and identifies the resource 'Avalanche Community Proposals' with optional filters, making its purpose clear. It names the object and action unambiguously, though it does not explicitly distinguish from sibling tools like acp_lookup or info_acps.

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 implies usage for listing ACPs, optionally filtered by status or track, and lists filter values. It does not state when to prefer this tool over alternatives or provide exclusions, so guidance is implicit rather than explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.