Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

Device experience score and details

dex_device_experience
Read-only

Retrieves the DEX experience overview for a device: baseline and current scores, health status, OS, device details, and last logged-on user.

Instructions

Retrieves the DEX experience overview for one device under a score profile: baseline and current experience scores, overall score health (0 poor, 1 average, 2 good, 3 unknown), OS name/version, device name, model, type, platform, last logged-on user, and when the score was last updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreProfileIdYesNumeric DEX score profile ID. Obtain it from dex_meta (its lastVisitedProfileId field) or from the score profiles configured in the Endpoint Central DEX console.
agentResourceIdYesNumeric resource_id of the target computer, from som_computers_list.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds value by enumerating the returned fields, including the score health enum values (0-3), which gives the agent expectations about output structure. No contradictions with 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, well-structured sentence that front-loads the action and resource, then lists the returned data without unnecessary words. It is concise and information-dense.

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?

For a simple read-only tool with two well-documented parameters and no output schema, the description covers the key aspects: what it retrieves, the specific fields, and the score health semantics. It does not explain failure scenarios, but the annotations and schema provide sufficient context for invocation.

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 input schema contains detailed descriptions for both parameters (scoreProfileId, agentResourceId), including how to obtain them. With 100% schema coverage, the description need not repeat this. The tool description adds minimal extra parameter context beyond the schema, so a baseline 3 is appropriate.

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 begins with a specific verb ('Retrieves') and states the exact resource: 'DEX experience overview for one device under a score profile'. It distinguishes from sibling tools by emphasizing 'one device', which contrasts with metrics or latest scores tools. The listed fields further clarify the scope.

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 clearly implies the tool is for a single device's experience overview, but it does not explicitly name alternatives or say when not to use it. Sibling tools like dex_device_experience_metrics exist, but no comparison is made. Usage context is present but not fully explicit.

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