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

Behavior3/5

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

Annotations already disclose readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds the useful behavioral distinction between browsing/filtering and opening one Skill by ID, but it does not describe pagination, filtering semantics, or any side effects beyond what annotations cover.

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 one compact sentence, front-loads the primary action, and uses the 'or' construction to expose the second mode without redundancy.

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?

For a tool with 11 loosely documented parameters and no usage guidance, the description is too thin. The output schema and annotations reduce the burden for return values and safety, but an agent still cannot reliably know how to form filtering/query parameters or choose between this and sibling tools.

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?

Input schema has 0% description coverage across 11 parameters. The description only provides high-level meaning: some parameters act as filters and skill_id opens a single Skill. It does not explain query, category, license, sort, limit, offset, locale, installable, kind, or request_id, leaving the agent to guess their semantics.

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 ('Browse/filter the Radar Skills library') and a distinct alternative mode ('open one Skill by ID'). This clearly identifies the resource and scope and differentiates it from project-focused siblings such as browse_radar_projects.

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 instead of siblings like search_ai_projects or browse_radar_projects. The description implies a skills-library context but does not state exclusions or the conditions that should route an agent to an alternative.

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/zxhwolfe-dev/aiworkstation-open-source-intelligence'

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