Skip to main content
Glama
gasconc

Pylon MCP Server

by gasconc

pylon_list_accounts

Retrieve a paginated list of all accounts in Pylon, with optional limit and cursor for navigating large result sets.

Instructions

List all accounts in Pylon with optional pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of accounts to return (default: 100)
cursorNoPagination cursor for fetching next page
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states 'List all accounts' and 'optional pagination,' but does not disclose ordering, whether archived/deleted accounts are included, rate limits, or the response structure. Adequate for a simple read operation but lacks depth.

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, concise sentence that conveys the core purpose and a key optional behavior. Every word earns its place.

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

Completeness4/5

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

For a simple list endpoint with well-documented parameters and no output schema, the description sufficiently covers the resource and pagination. It could mention the default limit or return shape, but those are not strictly required for this level of complexity.

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%, with limit and cursor clearly documented in the input schema. The description adds 'optional pagination,' which aligns with the parameters but does not add new meaning beyond the schema.

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?

The description clearly states the verb 'List' and resource 'accounts' in Pylon, with the optional pagination qualifier. It is easily distinguished from sibling tools like pylon_get_account (single account) and pylon_create_account.

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 the tool is for retrieving multiple accounts, but it does not explicitly state when to use it instead of alternatives, such as get_account for a single account, or mention any exclusion criteria.

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/gasconc/pylon-mcp-server'

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