Skip to main content
Glama
nstok-id

NSTOK AI Software Factory MCP Server

Official
by nstok-id

find_ui_components

Search Nstok-ui design system UI components by name, prop, or category to locate reusable elements like DataTable and Button for app builds.

Instructions

Find reusable design system UI components in Nstok-ui (DataTable, ProductTable, SearchInput, Button, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch component by name, description, or prop name
categoryNoFilter by UI component category

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only search operation but does not disclose search behavior (e.g., fuzzy vs exact matching), whether results are paginated, or what the return format looks like. Examples of components add some context but fall short of behavioral transparency.

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?

A single, front-loaded sentence that states the purpose with zero wasted words. The examples are helpful and do not bloat the description.

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?

Given the tool's low complexity (2 optional params, no output schema), the description is adequate but leaves gaps: it does not indicate what the tool returns (e.g., list of components with names/descriptions) or how matching works. For a simple find tool, this is the minimum viable level.

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 schema has 100% description coverage for both parameters (query and category), so the baseline is 3. The description lists component examples that loosely relate to the query parameter but adds no syntax or format details beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (Find) and resource (reusable design system UI components in Nstok-ui), with concrete examples. It is clearly distinguishable from sibling tools like find_features or find_db_entities, though it does not explicitly name them.

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?

Usage is implied: use when you need to locate UI components. There is no explicit guidance on when to prefer this over search_knowledge or find_existing_patterns, nor any prerequisites or exclusions.

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