Skip to main content
Glama
matt-coppinger

Horizon MCP Server

list_ic_domain_accounts

Retrieve instant clone domain accounts to identify credentials used for provisioning instant clone desktops.

Instructions

List instant clone domain accounts used for provisioning instant clone desktops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

The verb 'List' implies a read-only operationchers, but there are no annotations to confirm, and the description does not state permissions, pagination, or return behavior. Since it is a simple no-parameter list and an output schema exists, the ambiguity is limited but still present.

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?

A single, focused sentence with a clear verb and resource. No filler or redundancy; it efficiently communicates what the tool does and its purpose.

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 parameterless list tool, the description names the resource and its purpose, which is largely sufficient. It does not name sibling alternatives or note the absence of filtering, but the available output schema and zero parameters make the tool simple enough for an agent to invoke correctly.

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 tool has zero parameters accruing to baseline 4. The description does not need to document any parameter details, though it could mention that it returns all accounts without filtering.

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 has a specific verb and object: 'List instant clone domain accounts', and it adds the purpose ('used for provisioning instant clone desktops'), which clearly distinguishes it from siblings like list_ad_domains or list_application_pools.

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 implies when the tool is relevant by naming its use case (provisioning instant clone desktops), but it does not explicitly contrast it with sibling tools like list_ad_domains or search_ad_users. Usage context is present, but no direct guidance on alternatives is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.