Skip to main content
Glama

BotKelp

Search components

search_components

Search the BotKelp component registry (Next.js/Supabase/Tailwind "Lego blocks"). Returns id, name, version, description, requires, conflictsWith, provides (capability tags, e.g. "authentication"), dependencies, envVariables, sources (docs/github-releases/github-examples citations proving this component was checked against real, current official material — not written from memory), and a freshness field (status/checkedAt/outdatedDependencies from the latest automated build check, or null if never validated) for each match — check freshness before relying on a component. Filter by free-text query and/or by provides capability tags (e.g. ["authentication"]) to discover components by what they do rather than needing to already know their ids. Call with no arguments to list everything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text filter matched against component id, name, and description.
providesNoOnly return components whose `provides` includes every tag listed here, e.g. ["authentication"] or ["billing", "subscription-management"].

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does this well: it enumerates return fields, calls out the freshness field and warns to check it before relying on a component, and explains the provenance of the sources field. The verb 'Search' implies a read-only operation, and no contradictory or hidden behavior is indicated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but every sentence contributes value: registry identity, return fields, freshness caveat, filter semantics, and no-argument behavior. The core action is front-loaded, and the detail is organized clearly. While it could be tightened slightly, it is dense rather than padded.

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?

Given no output schema and no annotations, the description is thorough: it covers return fields, filter behavior, the no-arguments case, and a critical caveat about freshness. Minor omissions like pagination, sorting, or empty-result behavior are acceptable for a search tool and do not undermine selection or invocation.

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?

Schema description coverage is 100%, so the baseline is 3. The description reinforces the query and provides parameters with examples and conceptual framing ('discover components by what they do rather than needing to already know their ids'), but it does not add substantial parameter-level information beyond what the schema already documents.

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 starts with a specific verb and resource: 'Search the BotKelp component registry' and further identifies the component types (Next.js/Supabase/Tailwind 'Lego blocks'). It clearly distinguishes the tool from siblings like check_component_updates by describing the registry, search semantics, and rich return fields.

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?

The description gives explicit usage guidance: filter by free-text query and/or provides capabilities to discover components by function, and call with no arguments to list everything. It does not explicitly name alternative tools or state when not to use this tool, but the context is clear enough for an agent to know when to invoke it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct workflow step: registry search, update checking, three scaffold delivery modes, build verification, project registration, project listing, repo changes, and issue reporting. The apparent overlap between generate_scaffold, get_scaffold_template, and buy_scaffold_template is resolved by their clearly different delivery and payment models.

Naming Consistency5/5

All tool names follow a consistent imperative verb + noun snake_case pattern, such as search_components, create_project, verify_scaffold, and report_issue. The verbs are specific and predictable, making the set easy to navigate.

Tool Count5/5

Ten tools is well-scoped for a server handling component discovery, scaffold generation, build verification, project management, and feedback. Each tool covers a meaningful, non-redundant function without bloating the surface.

Completeness4/5

The core lifecycle is well covered: discover components, check for updates, generate or purchase scaffolds, verify builds, apply changes to a repository, and report issues. Minor gaps exist, such as no tool to delete or update a registered project, but these do not block the primary workflows.

Resources