Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_cloud_pc

List, inspect, restart, reprovision, resize, restore, and troubleshoot Windows 365 Cloud PCs, and manage provisioning policies and network connections.

Instructions

Manage Windows 365 Cloud PCs, provisioning policies and network connections.

action values: list — List all Cloud PCs get — Get Cloud PC details (cloud_pc_id) get_overview — Cloud PC overview/summary restart — Restart a Cloud PC (cloud_pc_id) reprovision — Reprovision a Cloud PC (cloud_pc_id, confirm=True) resize — Resize/upgrade a Cloud PC (cloud_pc_id, body: {targetServicePlanId}) restore — Restore from snapshot (cloud_pc_id, body: {snapshotId}) troubleshoot — Trigger troubleshoot action (cloud_pc_id) list_snapshots — List available snapshots (cloud_pc_id) get_audit_events — Audit event logs list_provisioning_policies — List provisioning policies create_provisioning_policy — Create a provisioning policy (body) assign_provisioning_policy — Assign policy to groups (policy_id, body) list_gallery_images — List gallery images for provisioning list_connections — List Azure network connections

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
bodyNo
actionYes
confirmNo
policy_idNo
cloud_pc_idNo
connection_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations exist, so the description carries the full burden of behavioral disclosure. It lists mutating actions like reprovision, resize, and restore without warning that they may be destructive or disruptive. The 'confirm=True' hint for reprovision is a small nod but does not explain consequences, permissions, or side effects—a significant gap for a management tool with state-changing operations.

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 compact and front-loaded: the first sentence states the overall scope, followed by a structured, line-per-action list. Each action line is informative and earns its place, with no filler or redundant content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the action list is thorough, the tool includes multiple destructive or disruptive operations with no warnings about their impact, prerequisites, or error conditions. The description does not explain when to apply each action safely or what safeguards exist beyond a 'confirm' flag. Given the tool's complexity and lack of annotations, this is incomplete for safe autonomous invocation.

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?

Schema description coverage is 0%, but the action list compensates by mapping parameters to actions (e.g., 'resize — Resize/upgrade a Cloud PC (cloud_pc_id, body: {targetServicePlanId})'). This gives practical meaning to the 'action' parameter and associated fields. However, 'top' and 'connection_id' are not explained, and the full body structure for create_provisioning_policy is not specified, so it is not fully comprehensive.

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 opens with 'Manage Windows 365 Cloud PCs, provisioning policies and network connections,' clearly identifying the tool's resource domain. It then enumerates 15 distinct actions, making the tool's scope unmistakable and distinguishing it from Intune-focused siblings.

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 action list provides useful internal guidance (which parameters go with which action), but it never explicitly states when to prefer this tool over siblings like manage_intune_devices. The Cloud PC context is clear, but no exclusions or alternative tool references are given; usage is implied rather than instructed.

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