Skip to main content
Glama
yuji0809

cc-recommender

by yuji0809

キーワード検索

search_skills

Search across all tool types—plugins, MCP servers, skills, workflows, hooks, commands, agents—by keyword. Use the types parameter to narrow results to a specific category.

Instructions

キーワードですべてのタイプ(プラグイン、MCPサーバー、スキル、ワークフロー、フック、コマンド、エージェント)を検索します。デフォルトではすべてのタイプを検索します。ユーザーが特定のタイプのみを要求した場合のみ types パラメータで絞り込んでください。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes検索キーワード
typesNoフィルタするタイプ。指定しない場合はすべてのタイプを検索します。ユーザーが特定のタイプを明示的に要求した場合のみ指定してください。
max_resultsNo最大結果数
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure but only mentions search behavior and filtering. It does not disclose that this is a read-only operation, nor does it describe the return format or any limitations such as pagination or rate limits.

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 two sentences, front-loads the purpose, and contains no redundant information. It is efficient and well-structured.

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?

Without an output schema, the description does not explain what the search returns (e.g., result list, count, relevance ordering). The internal filtering guidance is present, but the description lacks information about the return format and read-only behavior, leaving some gaps for an agent.

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?

The input schema covers 100% of parameters with descriptions, and the tool description repeats the types guidance without adding additional semantic meaning. Baseline 3 is appropriate because the schema already explains query, types, and max_results.

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 it searches all types by keyword, listing each type explicitly. This distinguishes it from sibling tools like recommend_skills and list_categories, which serve different purposes.

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

Usage Guidelines4/5

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

It explains that the types parameter should only be used when the user explicitly requests a specific type, otherwise all types are searched. However, it does not explicitly name alternatives or describe when to prefer search_skills over sibling tools.

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/yuji0809/cc-recommender'

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