Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

add_spectrum_function

Define response spectrum curves for bridge analysis by specifying name, scale factor, spectrum type, and custom period-value points.

Instructions

    Add response spectrum function (添加反应谱函数).

    Args:
        name: Function name (函数名称)
        factor: Scale factor (比例系数)
        kind: Type of spectrum (反应谱类型, 例如中国规范等)
        function_info: User defined spectrum points [[period, value], ...] (自定义谱数据)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
nameYes
factorNo
function_infoNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.1

TDQS

A3.7/5.0
Behavior2/5

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

The annotations provide only weak signals (readOnlyHint=false, idempotentHint=false, destructiveHint=false). The description adds no behavioral detail about duplicate handling, validation, required conditions for kind, side effects, or error behavior, which is a meaningful gap for a model-mutating add operation.

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: a one-line purpose followed by a four-item parameter list. The bilingual annotations are terse and add no filler, and the most important information is front-loaded.

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

Completeness3/5

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

The essential parameters are covered, but the description omits workflow context such as how this relates to add_spectrum_case, accepted kind values, and return/error behavior. Since there is no output schema, a bit more context about expected outcomes would improve completeness.

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 docstring compensates by explaining each parameter: name, factor, kind, and function_info, including the concrete structure [[period, value], ...] for function_info. It does not enumerate kind values, but it provides enough semantic meaning for initial tool selection.

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 states a specific action and resource: 'Add response spectrum function', with a Chinese translation. This clearly differentiates it from sibling tools like add_creep_function, add_shrink_function, and add_time_history_function.

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?

Usage is only implied: call this when you need to define a response spectrum function. There is no explicit guidance about when to choose this over related tools like add_time_history_function or add_spectrum_case, nor any stated exclusions.

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/SorataYang/qiao-mcp'

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