Skip to main content
Glama

Get a database agent host sub-resource

calagopus_get_database_agent_host_resource
Read-only

Retrieve a specific facet of a database agent host: instances, capacity, config, or live system overview/stats. Specify the resource to fetch the exact data required.

Instructions

Fetch one facet of a database agent host: the database instances running on it, its remaining capacity, its agent config, or live system overview/stats. The instances, capacity and system_* facets need the agent to be reachable.

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).
resourceYesWhich facet of the agent host to fetch.
database_agent_hostYesDatabase agent host UUID.

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
Behavior3/5

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

The readOnlyHint annotation already signals a non-destructive read, and the description reinforces this with 'Fetch'. The reachability caveat is a meaningful behavioral disclosure, but the description does not mention pagination or filtering behavior despite the presence of page, per_page, and search parameters, which could affect how the returned data is consumed.

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 concise and well-structured, conveying the tool's purpose, the available resource facets, and the key reachability caveat in just two sentences. There is no redundancy or extraneous information.

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 is adequate for a straightforward sub-resource fetch, but it does not explain the relationship to the sibling get_database_agent_host tool or clarify what a typical response contains. Given the lack of an output schema, a bit more context about the response shape or usage scenario would improve completeness.

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?

The schema provides solid descriptions for all parameters, and the description adds value by mapping the resource enum values to their human-readable meanings (database instances, remaining capacity, agent config, live system overview/stats). It also clarifies which resource values depend on agent reachability, going slightly 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 tool fetches one facet of a database agent host and enumerates the available facets (instances, capacity, config, system overview/stats). It is specific and easily distinguished from sibling tools like calagopus_get_database_agent_host, which presumably returns the full host object.

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 gives useful guidance that the instances, capacity, and system facets require the agent to be reachable, which helps set expectations. However, it does not explicitly explain when to choose this tool over calagopus_get_database_agent_host or calagopus_list_database_agent_hosts, leaving the distinction to be inferred from naming and context.

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