Skip to main content
Glama
swastiksingh-dev

aura-components-mcp

aura_search_skills

Search 187 free Aura agent skills by query, popularity, or recency. Returns metadata only; use aura_get_skill for full SKILL.md content.

Instructions

Search free Aura agent skills (187). Metadata only; use aura_get_skill for the full SKILL.md content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
limitNo
queryNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.2.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations, so the description carries the burden. It usefully discloses that results are metadata only (no SKILL.md body), but says nothing about pagination behavior, result caps, sorting semantics, or the free/inventory scope beyond the count.

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?

Two tight sentences, front-loaded with the action and scope, followed by the routing hint. No filler.

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?

With no annotations, no output schema, and 0% parameter documentation, the description should carry more. It omits pagination, sort enum semantics, and result shape, leaving an agent to guess how to page or order a 187-item search.

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% across four parameters, and the description mentions none of query, sort, limit, or offset. The '(187)' is inventory trivia, not parameter meaning, so the description fails to compensate for the empty 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?

States a specific verb and resource (search Aura agent skills) and immediately scopes it to metadata only, distinguishing it from aura_get_skill by name. An agent can tell exactly what this returns versus its sibling.

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?

Explicitly routes the agent: use this for metadata, use aura_get_skill for full SKILL.md content. That covers the key when-to-use decision against the most likely alternative, though it gives no guidance on sort/paging behavior.

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