Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List managed computers

som_computers_list
Read-only

List managed computers from Endpoint Central with hostname, IP, OS, agent and live status. Filter by domain, platform, or branch office and paginate results.

Instructions

Retrieves managed computers from Endpoint Central (SoM) with hostname, IP, OS, agent install status, live status, and branch office details. Supports filtering and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn the full, unprojected record for each computer instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
pageLimitNoMax records per page (server cap is 1000). Defaults to the server's configured default page size.
fqdnFilterNoFilter by fully qualified domain name, e.g. host.corp.example.com.
residFilterNoFilter to a specific computer by its resource_id.
domainFilterNoFilter by the NetBIOS domain the computer is mapped to.
platformFilterNoFilter by OS platform: 0 unknown, 1 Windows, 2 Mac, 3 Linux.
liveStatusFilterNoFilter by live status: 1 live, 2 down, 3 unknown.
serviceTagFilterNoFilter by the computer's unique service tag.
agentContactFilterNoFilter by how recently the agent last contacted the server.
branchOfficeFilterNoFilter by the remote/branch office the computer is mapped to.
computerNameFilterNoFilter by exact computer name.
installStatusFilterNoFilter by agent install status: 21 yet-to-install, 22 installed, 23 uninstalled, 29 install failure, 31 uninstall failure.
searchComputerFilterNoFilter to computer names containing this substring.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds that it returns specific fields and supports filtering/pagination, but does not disclose additional behavioral traits such as default scope, output formatting, or rate limits.

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?

Two clear sentences, front-loaded with the action and resource. No wasted words; every part contributes to understanding what the tool does.

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?

Without an output schema, the description lists key returned fields and mentions filtering/pagination. It could clarify the difference between the curated default field set and the raw full record, but the schema's `raw` parameter hints at that. Overall, sufficient for a list tool.

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 descriptions cover 100% of parameters with detailed explanations including enum meanings. The description adds minimal value beyond stating that filtering and pagination are supported, so the baseline of 3 applies.

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 this as a retrieval operation for managed computers from SoM, listing specific fields returned. It is distinguishable from sibling inventory tools by its focus on managed computers and SoM context.

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?

No guidance is provided on when to use this tool versus alternatives. The description implies it is the standard listing tool but does not name alternatives or exclusions, leaving the agent to infer from the tool name and context.

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/hdyrawan/mcp-endpoint-central'

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