Skip to main content
Glama

recommend_checks

Identifies relevant validation tools by analyzing code for HTML, CSS, JavaScript, JSX, and custom element patterns, returning a prioritized list.

Instructions

Analyzes code to determine which validation tools are most relevant — detects HTML, CSS, JavaScript, and JSX patterns, identifies custom element tags, and returns a prioritized list of tool names. Use this as a meta-tool to discover which validators to run on a given piece of code without running them all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeTextYesThe code to analyze for determining which validation tools are relevant.
Behavior3/5

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

Discloses analytical behavior (detects patterns, returns list) and that it avoids running all validators. However, with no annotations, it does not explicitly state it is non-destructive or read-only, nor mention any limitations (e.g., file size, unsupported languages).

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 concise sentences: the first explains functionality, the second states usage. Every word adds value; no redundancy.

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?

For a one-parameter meta-tool with no output schema or annotations, the description sufficiently covers purpose, input, and output (prioritized list of tool names). It could briefly mention the output format (e.g., array of strings) but is otherwise complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter 'codeText' is fully described in the schema. The description adds valuable context about the patterns detected (HTML, CSS, JS, JSX, custom elements) beyond the schema's minimal description.

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?

Description clearly states the tool analyzes code to detect patterns (HTML, CSS, JS, JSX, custom element tags) and returns a prioritized list of relevant validation tool names. It is explicitly framed as a meta-tool, distinguishing it from sibling validators.

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 recommends using this tool before running all validators to discover which are relevant. Provides clear usage context but does not mention when not to use it or any alternatives.

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/bookedsolidtech/helixir'

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