Skip to main content
Glama

Get Server Details

get_server
Read-onlyIdempotent

Show one server: every tool it proposes, which are exposed, its state, and its gateway URL.

Use after create_server to see what was discovered, or when deciding which tools to expose. Tools are NOT exposed by default — this returns the proposal, and a human publishes it in the console. The returned console_url is where that happens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idYesThe server id, as returned by list_my_servers or create_server.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive, closed-world behavior, so the safety profile is covered. The description adds genuinely new behavioral context beyond that: tools are NOT exposed by default, this returns a proposal, and a human publishes it via console_url — which materially shapes how an agent should interpret the result.

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?

Three sentences with the return contents front-loaded, then usage, then the key caveat about publication. Every sentence carries weight, though the final sentence about console_url largely restates 'a human publishes it in the console' with only a field name added.

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?

There is no output schema, so the description must carry the return-value burden, and it does enumerate the meaningful fields plus the console_url. For a single-parameter read tool with full annotation coverage, an agent has enough to call it and interpret the result; only the sibling-tool boundary with reintrospect_server is left unaddressed.

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 the single server_id parameter is already fully documented including where to obtain it (list_my_servers or create_server). The description adds no format, constraint, or edge-case detail beyond the schema, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Show one server') and enumerates exactly what comes back: proposed tools, exposure status, state, gateway URL. That enumeration plus 'one server' implicitly separates it from list_my_servers. It does not, however, distinguish itself from reintrospect_server, so the sibling separation is only partial.

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?

Gives explicit usage contexts: 'after create_server to see what was discovered, or when deciding which tools to expose,' which is clear when-to-use guidance naming a sibling. It stops short of stating when to prefer reintrospect_server or list_my_servers instead, so there is no exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources