Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_autopilot

Manage Windows Autopilot devices and deployment profiles: list, create, update, delete, assign, and import devices, plus track deployment status.

Instructions

Manage Windows Autopilot devices and deployment profiles.

action values: list_devices — List all Autopilot device identities list_profiles — List all Autopilot deployment profiles get_profile — Get profile details (profile_id) create_profile — Create an Autopilot deployment profile (body) update_profile — Update a profile (profile_id, body) delete_profile — Delete a profile (profile_id, confirm=True) assign_profile — Assign profile to device/group (profile_id, body) import_device — Import via hardware hash (body: {serialNumber,...}) delete_device — Delete Autopilot device registration (device_id, confirm=True) get_deployment_status — Autopilot deployment events list_esp_profiles — List Enrollment Status Page profiles

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
bodyNo
actionYes
confirmNo
device_idNo
profile_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description provides some behavioral hints, such as delete actions requiring 'confirm=True' and import_device needing a hardware hash. However, with no annotations, it fails to disclose potential side effects, required permissions, or error behavior for most actions, leaving the agent to infer safety profiles.

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 well-structured with a concise purpose statement followed by a bulleted action list. Each line is informative and earns its place, providing quick reference without unnecessary verbosity.

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 tool with many actions, the description covers all subcommands and their key parameters effectively. However, it omits the 'top' parameter, lacks prerequisites, and doesn't mention authentication or error handling. The presence of an output schema helps cover return values, so the overall completeness is solid but not exhaustive.

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 description adds meaning to the schema by mapping parameters to each action (e.g., 'get_profile' uses profile_id, 'delete_device' uses device_id and confirm). It compensates well for the 0% schema coverage, but the 'top' parameter is never explained, leaving a gap for list operations.

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 manages 'Windows Autopilot devices and deployment profiles', using a specific verb and resource. The subsequent action list clarifies all possible operations, distinguishing it from sibling tools like manage_intune_devices.

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?

The description implies usage via the action list, covering when to perform each operation (e.g., 'list_devices' for listing, 'create_profile' for creation). It clearly indicates this tool is for Autopilot management, but it does not explicitly mention alternatives or when-not-to-use scenarios, missing the top-level guidance for distinguishing from related tools.

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/nelladath/EndpointRead-MCP'

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