Skip to main content
Glama
wanbnn
by wanbnn

review_implementation

Perform a deterministic HTML quality review to detect issues and retain actionable feedback for your project.

Instructions

Run a deterministic HTML quality review and remember actionable feedback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
htmlYes
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreYes
issuesYes
verdictYes
strengthsYes
next_actionsYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It introduces 'deterministic' and 'remember' but fails to explain what 'remember' means (e.g., side effects, storage, idempotency) or what the review output looks like. This is significant for a tool that implies state changes.

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 a single, front-loaded sentence with no wasted words. Every phrase ('deterministic', 'quality review', 'remember actionable feedback') contributes to conveying the purpose. Structurally, it is concise and clear.

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?

The description gives a two-part operation but is vague on the 'remember' side-effect and the scope of the review. Since an output schema exists, return-value details are not needed, but the lack of annotation and incomplete side-effect disclosure leave gaps in understanding the tool's complete behavior.

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%, so the description must compensate. It does not mention project_id or html at all, leaving their semantics to be inferred from the tool name and the word 'HTML'. This is minimal compensation and falls short.

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?

The description clearly states a specific action (run a quality review) on a specific resource (HTML) and adds the distinguishing trait 'deterministic' plus the outcome of remembering feedback. It stands apart from siblings like inspect_reference or research_niche, though it could be more explicit about what 'quality review' entails.

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: the tool is used when you need to run an HTML quality review and persist feedback. However, it does not explicitly state when not to use it or mention any alternatives among the sibling tools, so it only reaches the 'implied usage' level.

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/wanbnn/MCPUIResearch'

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