Skip to main content
Glama
OriginQ

QPanda3 Runtime MCP Server

by OriginQ

get_qpu_properties_tool

Retrieve detailed quantum device properties including qubit count, connectivity, native gates, and operational status for quantum computing tasks.

Instructions

Get detailed properties of a specific QPU device.

Retrieve comprehensive information about a quantum computing device including its capabilities and current status.

Args: device_id: The ID of the quantum device (e.g., '20'). Use list_qpu_devices_tool to find available device IDs.

Returns: Dictionary containing: - status: "success" or "error" - device_id: The requested device ID - num_qubits: Number of qubits on the device - topology: Qubit connectivity information - basis_gates: Native gates supported by the device - operational: Current operational status

Example: props = get_qpu_properties_tool("20") print(f"Device has {props['num_qubits']} qubits")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It effectively describes the tool's behavior: it's a read-only retrieval operation (implied by 'Get' and 'Retrieve'), specifies what information is returned, and provides a concrete example of usage. However, it doesn't mention potential error conditions, rate limits, or authentication requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections (description, Args, Returns, Example) and front-loaded purpose. The example is helpful but slightly verbose; every sentence earns its place by providing necessary information for tool understanding and usage.

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?

Given the tool's moderate complexity, no annotations, 0% schema coverage, but presence of an output schema, the description is remarkably complete. It covers purpose, usage guidelines, parameter semantics, return structure, and provides an example - effectively compensating for all gaps in structured data.

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?

The schema has 0% description coverage, so the description must fully compensate. It provides complete parameter semantics: explains what device_id represents, gives an example value ('20'), and explicitly references the sibling tool to find valid values. This adds substantial meaning beyond the bare schema.

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 specific action ('Get detailed properties') and resource ('specific QPU device'), distinguishing it from siblings like list_qpu_devices_tool. It uses precise terminology like 'quantum computing device' and 'comprehensive information' to define scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance is provided on when to use this tool: for retrieving properties of a specific device, with a direct alternative named (list_qpu_devices_tool to find device IDs). The description clearly indicates this is for detailed information after device selection.

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/OriginQ/qpanda3-runtime-mcp-server'

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