Skip to main content
Glama
AxonityAI

Axonity Flow MCP Server

Official
by AxonityAI

list_publish_approvals

List all publish approvals for your tenant with their current approval status. Filter by pending, approved, or rejected, and paginate using limit and offset.

Instructions

List this tenant's publish approvals and their status — how you find out whether a request_publish_* was approved or rejected. Optionally filter by status, and page through with limit/offset. Approving and rejecting are human-only actions in Axonity; no tool can do them.

Readiness is recomputed WHEN YOU READ, not frozen at request time: readiness is the verdict right now, readinessAtRequest is what the requester saw, and readinessChanged says whether it moved. So a blocker you saw an hour ago may already be resolved — and 'ready' means ready now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 50.
offsetNoDefault 0.
statusNoFilter by status. Omit for all.
Behavior5/5

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

No annotations provided, but description fully discloses dynamic readiness computation, explains the three readiness fields (readiness, readinessAtRequest, readinessChanged), and informs that blockers may have resolved since request time.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two paragraphs, well-organized with primary purpose first, then usage guidance, then behavioral details. No fluff, but could be slightly more concise.

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?

Covers purpose, filters, pagination, dynamic readiness behavior, and relationship to request_publish tools. Complete for an agent to correctly invoke the tool.

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% with descriptions, description adds context on default values (limit default 50, offset default 0) which are not in schema. However, the schema already explains the parameters sufficiently.

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?

Describes exactly what it does: list publish approvals and their status, and explains its role in checking request outcomes. Distinguishes from siblings like request_publish_* and get_publish_approval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

States when to use (to check approval status), notes that approval/rejection are human-only, explains optional filtering by status and pagination. Provides clear context for use cases.

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/AxonityAI/axonity-mcp'

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