Skip to main content
Glama
zxhwolfe-dev

AI Workstation Open Source Intelligence MCP Server

browse_radar_skills

Read-onlyIdempotent

Browse and filter the Radar Skills library by category, license, locale, or keyword, and open any skill by ID to inspect its details.

Instructions

Browse/filter the Radar Skills library or open one Skill by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
sortNo
limitNo
queryNo
localeNoen
offsetNo
licenseNo
categoryNo
skill_idNo
request_idNo
installableNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.3

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already carry the safety profile: readOnlyHint, idempotentHint, openWorldHint, and destructiveHint false. The description adds a useful distinction between library browsing and opening a single Skill by ID, but provides no further behavioral context such as result shape or filtering semantics.

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, front-loaded sentence with no filler. Every word adds meaning, and it communicates the core behavior efficiently.

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

Completeness2/5

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

Despite having annotations and an output schema, the tool has 11 undocumented parameters and multiple usage modes. The one-line description does not explain how parameters combine, when to use direct ID lookup versus filtering, or what distinguishes the two modes. An agent would need significant inference to call this correctly in non-trivial cases.

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

Parameters2/5

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

Schema description coverage is 0%, and the tool has 11 parameters. The description only gestures at 'one Skill by ID,' which maps to skill_id, and 'browse/filter' at a high level. It leaves kind, sort, limit, query, locale, offset, license, category, request_id, and installable unexplained.

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: 'Browse/filter the Radar Skills library or open one Skill by ID.' It clearly distinguishes the tool from sibling project-focused tools like browse_radar_projects by naming the Radar Skills library explicitly.

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 scenarios: browsing/filtering versus fetching a single skill by ID. However, it does not explicitly say when to prefer this tool over alternatives such as browse_radar_projects or search_ai_projects, leaving that decision to inference.

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