Skip to main content
Glama

AIMALL (搜蚁智选)

ai_request

调用搜蚁智选的某个 AI 资产(大模型对话或工具),按量计费并返回结果、订单号与余额。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNomodel 类可选,缺省用资产默认模型
promptNomodel 类必填的提示词
asset_idYes从 list_assets 获得的资产 ID
call_dataNotool 类必填,传给上游工具的参数对象
max_tokensNomodel 类可选,最大输出 token

Schema Changelog

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

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

The description adds useful behavioral context beyond the raw schema: it is billed by usage, and the invocation returns a result, order number, and remaining balance. However, with no annotations provided, it does not go far enough to disclose possible side effects when calling a 'tool' asset, authentication requirements, failure modes, or cost limits.

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?

The description is a single, efficient sentence with no filler and front- loads the most important information: what the tool invokes, that it is metered, and what it returns. It is not overly long, but it also doesn't use any paragraph or bullet structure to help with longer usage guidance.

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?

For a tool with five parameters, no annotations, and no output schema, the description still gives a helpful one-line summary of the return values (result, order number, balance). Yet it leaves out important context like what happens for tool-type assets, whether the call is async, and what error or cost-related details are returned.

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

Parameters3/5

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

Schema description coverage is 100%, and all five parameters already have meaningful descriptions in the input schema. The tool description does not add any additional semantic detail about parameters, so the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('调用') and a specific resource ('AI 资产'), and clarifies the two possible variants: LLM conversation or tool. It clearly distinguishes itself from list_assets/get_onboarding/bootstrap_account by saying it actually invokes the asset and bills for it, though it does not explicitly state how it differs from ai_estimate.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus its sibling ai_estimate or list_assets. The description says what the tool does, but it never states the prerequisite workflow ('get asset_id from list_assets first') nor that ai_estimate should be used for cost estimation before a request.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.