Skip to main content
Glama
bluesky050

tianyan-mcp-server

by bluesky050

list_available_quantum_backends

Read-onlyIdempotent

Lists currently running quantum computers and simulators from Tianyan Cloud, with optional filtering by backend type. Provides real-time availability without caching.

Instructions

查询当前运行中的天衍云量子计算机和量子仿真机。

backend_type 可为 all、quantum_computer 或 simulator。 每次调用都会实时读取天衍云公开列表接口,不使用缓存。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backend_typeNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
backendsYes
fetched_atYes
backend_type_filterYes
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is clear. The description adds valuable context: each call reads the public list interface in real time and uses no cache, which explains why results may vary and aligns with openWorldHint. This is beyond what annotations provide.

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 two sentences long, front-loaded with the main purpose, and provides essential parameter guidance and a behavioral note without waste. Every sentence earns its place.

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 simple listing tool with one optional parameter and an output schema, the description is complete: it explains the purpose, the parameter values, and the real-time behavior. No additional explanations of return values are needed since an output schema exists.

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 schema defines backend_type as an enum with values all, quantum_computer, and simulator, but lacks descriptive text. The description explicitly lists these possible values and ties them to the tool's purpose of filtering between quantum computers and simulators, adding meaning beyond the raw schema. However, it doesn't elaborate on the differences between the two backend types beyond their names.

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 lists currently running quantum computers and simulators on Tianyan Cloud. It uses a specific verb ('查询' / query) and resource, and distinguishes itself from siblings like get_quantum_backend (which likely retrieves a single backend) and submit_quantum_experiment (which submits jobs).

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 usage for listing available backends, but does not explicitly state when to use this tool versus alternatives. It provides context about the backend_type parameter and real-time data fetching, but no clear exclusion or alternative comparisons. Since sibling tool names suggest different purposes, the usage is implied rather than explicit.

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/bluesky050/tianyan-mcp-server'

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