Skip to main content
Glama

list_actions

Track recent deploy actions and builds. Filter by project or service to quickly locate specific deployment history.

Instructions

List recent deploy actions/builds. Filter by project or service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of actions to return (default 8)
projectNameNo
serviceNameNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It communicates that the tool lists recent items and supports filtering, which implies a non-destructive read operation. However, it does not disclose default ordering, pagination, how filters combine, or any rate or access considerations.

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 two short sentences with no filler. The main purpose is front-loaded, and the filtering capability is presented immediately after the core action.

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 optional-parameter list tool, the description is adequate but not complete. It lacks information about the output shape, since there is no output schema, and does not explain what 'recent' means or how to retrieve more than the default number of actions.

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?

Schema coverage is only 33% because limit has a description but projectName and serviceName do not. The description adds meaning by identifying projectName and serviceName as filters, but it does not clarify whether they can be combined, whether matching is exact or partial, or how limit interacts with filtering.

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 states a clear verb and resource: list recent deploy actions/builds. It also mentions filtering by project or service, which gives concrete scope. However, it does not explicitly differentiate itself from the sibling get_action_log, leaving some ambiguity about whether this is the right list-style tool.

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 clearly indicates when to use the tool: to view recent deploy actions/builds, with optional filtering by project or service. It provides clear context but does not mention exclusions or alternative tools for related cases, such as retrieving detailed logs via get_action_log.

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

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/dray-supadev/easypanel-mcp'

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