Skip to main content
Glama

list_targets

Lists available CUDA-Q execution targets (simulators, hardware, cloud) with guidance for selecting where to run a kernel. Filter by category to see matching backends and docs.

Instructions

List CUDA-Q execution targets (backends) with guidance on choosing.

Covers simulators (CPU, GPU state vector, tensor network, noisy, dynamics), quantum hardware providers, and cloud aggregators, each with selection snippets and doc URLs. Call this when deciding where to run a kernel or when the user names a provider.

Args: category: Optional filter: "simulator", "hardware", or "cloud".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo
Install Server

TDQS

A4.4/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It explains the content coverage (simulators, hardware, cloud) and that entries include selection snippets and doc URLs, but it does not describe the return format, potential side effects, or whether data is fetched remotely. This is an acceptable disclosure for a simple listing tool but not exhaustive.

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: a concise one-sentence summary, an explanatory paragraph with the supported categories and guidance, a clear usage trigger, and a compact Args section. Every sentence adds value and the most important information appears first.

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

Completeness5/5

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

For a low-complexity tool with one optional parameter and no output schema, the description covers purpose, when to use it, what categories are included, and the parameter semantics. It is sufficient for an agent to select and invoke the tool correctly without additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description fully compensates by documenting the 'category' parameter with its allowed values: 'simulator', 'hardware', or 'cloud'. This adds meaningful semantics beyond the bare schema, which only shows a nullable string with a default of null.

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 verb ('List') and the resource ('CUDA-Q execution targets (backends)') and adds that it provides guidance on choosing. It distinguishes itself from sibling documentation/search tools by focusing on available execution backends.

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 gives explicit usage guidance: 'Call this when deciding where to run a kernel or when the user names a provider.' It does not mention when not to use it or name alternatives, but the context is clear enough for the common cases.

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

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/rogerawong/cudaq-docs-mcp'

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