Skip to main content
Glama

List nodes

calagopus_list_nodes
Read-only

Lists wing nodes attached to the panel, showing location, public URL, memory and disk limits. Requires nodes.read permission.

Instructions

List the wings nodes attached to the panel, with their location, public URL, SFTP endpoint and memory/disk allocation limits. Requires nodes.read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number.
detailNosummary returns the useful fields only; full returns the panel's complete record, which can be very large (a single server is ~15 KB, an egg ~13 KB).summary
searchNoFree-text filter applied by the panel across the record's searchable columns.
per_pageNoRecords per page (max 100).

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.4/5.0
Behavior4/5

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

The readOnlyHint annotation already establishes no side effects, and the description aligns with that by saying 'List' and requiring only nodes.read. It adds useful context about returned data and auth requirements, though it does not describe pagination behavior or failure modes.

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 covers purpose, output fields, and required permission. There is no redundant or filler content, and parameter descriptions are similarly tight.

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 list operation with no required parameters and no output schema, the description adequately indicates what is returned and what permission is needed. It does not specify the exact response shape or pagination metadata, but the main fields are listed and the operation is clearly scoped.

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?

All four parameters have descriptions that go beyond the bare schema: page, per_page, search, and detail are each explained. The detail description explains summary vs. full but includes unrelated examples about servers and eggs, slightly reducing precision for a node-specific tool.

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 tool lists wings nodes attached to the panel and enumerates the returned fields (location, public URL, SFTP endpoint, memory/disk allocation limits). It is distinct from sibling tools such as list_servers, list_locations, get_node, and get_node_resource.

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 gives the required permission scope ('nodes.read') and indicates a read-only collection operation. It does not explicitly contrast with get_node or get_node_resource, but 'List' plus the specific node resource makes the intended usage clear.

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/BerdiiNN/calagopus-mcp'

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