Skip to main content
Glama
mguttmann
by mguttmann

Listing Deployers

action1_list_endpoint_deployers
Read-onlyIdempotent

List Action1 Deployer services in a specified organization, with filters for status, OS, installation date, and pagination.

Instructions

Listing Deployers. Lists all Action1 Deployer services in the specified organization. Perm: manage_endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
osNoFilter by operation system.
fromNoProvide the number of the first record to be returned.
limitNoSet the maximum number of items to be returned (the page size).
cursorNoPagination cursor.
filterNoProvide a case-insensitive substring to filter and narrow down returned results (i.e., if...
org_idNoOrg UUID.
sortbyNoDefine the sorting order by a certain field.
statusNoSpecify the status.
verboseNoSkip per-item compactor.
auto_paginateNoWalk all pages.
installed_sinceNoEnter the installation date.
response_formatNoOutput format. Default markdown.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
countYes
itemsYes
totalNo
has_moreNo
next_cursorNo
Behavior3/5

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

Annotations already specify readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, indicating a safe, idempotent read operation. Description adds 'Perm: manage_endpoints', which is a behavioral constraint not covered by annotations, but does not contradict them.

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?

Description is concise with two sentences. The first sentence is slightly redundant with the title, but overall no wasted words. Could be more structured to front-load the purpose and permission.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite 12 parameters including pagination, filtering, sorting, and output format, the description offers no high-level guidance on how to effectively use these. With an output schema present, return values are covered, but the description lacks completeness for complex parameter interactions.

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 description coverage is 100%, so all 12 parameters are already defined. The description does not add any additional meaning or usage context for parameters like os, filter, or cursor beyond what the schema provides.

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?

Description clearly states 'Lists all Action1 Deployer services in the specified organization' with verb 'Lists', resource 'deployers', and scope 'organization'. This distinguishes it from siblings like get_deployer (single item) and delete_deployer (destructive).

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like get_deployer for a single item or other list tools. No mention of pagination, filtering strategies, or prerequisites beyond the permission line.

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/mguttmann/action1-mcp'

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