Skip to main content
Glama

Get a node sub-resource

calagopus_get_node_resource
Read-only

Fetch a specific facet of a node—servers, allocations, backups, mounts, capacity, database hosts, transfers, or live system stats/logs—from the Calagopus panel. Returns summary or full detail.

Instructions

Fetch one facet of a node: the servers on it, its allocations (all, free, or just the IPs), backups, mounts, capacity headroom, attached database hosts, in-flight transfers, or live system overview/stats/logs from the wings daemon. The system_* facets require the node to be online.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesNode UUID.
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).
resourceYesWhich facet of the node to fetch.

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A3.9/5.0
Behavior4/5

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

The readOnlyHint annotation already establishes that this operation has no side effects. The description adds useful behavioral context by warning that system_* facets require the node to be online, and it makes the live nature of system logs/overview/stats explicit. No side effects or destructive behavior are suggested, consistent with the annotations.

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, focused sentence that packs the core purpose and the main facet options without redundancy. It front-loads the action and object, lists the facets compactly, and includes the important online requirement without wasting words.

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?

The description explains what can be fetched and the online requirement for system_* facets, which is useful. However, it does not describe the shape of the response or clarify how pagination-related parameters like page, per_page, and search interact with the different resource types, especially the non-list or live-system facets.

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?

The schema already covers 100% of parameters with descriptions, including enums for resource and detail, pagination bounds, and search behavior. The tool description mostly restates the resource facet list rather than adding new parameter-level meaning, such as which parameters apply to which facets or how search/per_page behave for different resource types.

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 identifies the action ('Fetch') and the object ('one facet of a node'), then enumerates the specific facets available, such as servers, allocations, backups, and system stats. This distinguishes it from the sibling get_node tool, which fetches the whole node.

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 conveys that this is for fetching a specific node subresource rather than the full node, and it notes that system_* facets require the node to be online. However, it does not explicitly state when to prefer this over related tools like get_server_resource or get_database_agent_host_resource, leaving some usage inference to the agent.

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