Skip to main content
Glama

sw_list_results

List registered external algorithm results. Filter by dataset ID to view results for a specific dataset, or leave it empty to see all.

Instructions

列出已注册的外部算法结果。不给 dataset_id 就列全部。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It discloses the optional filter behavior (if dataset_id is not given, list all), which is useful. However, it does not mention read-only nature, pagination, or any other side effects, making it only moderately transparent.

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 a single concise sentence that front-loads the purpose and behavior. It contains no filler and is appropriately sized for the tool's simplicity.

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

Completeness4/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 fairly complete. It covers the primary behavior and the parameter's effect. The presence of an output schema reduces the need to explain return formats. Minor gap: no mention of sorting or limits, but not critical for this tool.

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 has one parameter (dataset_id) with no description, and schema description coverage is 0%. The description compensates by explaining that dataset_id is a filter and omitting it lists all results, adding meaningful semantics beyond the raw 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 tool lists registered external algorithm results, using a specific verb ('列出') and resource ('外部算法结果'). This distinguishes it from sibling tools like sw_list_presets and sw_list_scenes.

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?

The description provides minimal usage guidance: it explains that omitting dataset_id lists all results. However, it does not mention when to use this tool vs alternatives like sw_compare_results or any exclusions, leaving the agent without clear decision support.

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/TianLin0509/superwireless'

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