Skip to main content
Glama
eddinsw

amp-mcp-server

by eddinsw

Get active users

amp_get_active_users

Retrieve a mapping of session UIDs to usernames for all currently connected users on a specified AMP game server instance.

Instructions

List currently connected users / players for one AMP instance. Returns a map of session UID to username.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceIdYesInstance UUID, as returned by amp_list_instances
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that the tool returns a map of session UID to username, but does not mention any behavioral traits such as authentication needs, rate limits, or side effects. The read-only nature is implied but not explicitly stated.

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 extremely concise with two sentences: the first front-loads the purpose, the second adds return details. No unnecessary words; every sentence adds value.

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?

Given the tool's simplicity (one parameter, no output schema), the description is nearly complete: it explains what the tool does and what it returns. It lacks only minor context like what happens if no users are connected, but overall is sufficient.

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% (instanceId well-documented). The description adds no additional parameter semantics; it only describes the output format. Baseline score of 3 is appropriate as the schema already handles parameter documentation adequately.

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?

The description clearly states the purpose: listing currently connected users/players for an AMP instance. It uses specific verb 'List' and resource 'active users', but does not explicitly differentiate from sibling tools like amp_get_console_output or amp_get_host_status, though the distinct resource makes it distinguishable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, no exclusions, and no prerequisites beyond the instanceId parameter. It implicitly requires instanceId from amp_list_instances but does not elaborate on when retrieving active users is appropriate.

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/eddinsw/amp-mcp-server'

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