Skip to main content
Glama
vinsenzo83

RECLUSE Spider MCP Server

by vinsenzo83

spider_record_pattern

Record caught bugs as one-line patterns into the learning corpus to strengthen detection in subsequent rounds.

Instructions

이번 라운드에 잡은 버그를 학습 corpus에 1줄 패턴으로 증류 추가(다음 라운드에 먼저 점검). 실제로 잡은 것만.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fixYes수정 원칙
hitYes적중 예시(프로젝트·날짜·file:line)
nameYes짧은 이름
tagsNo스택 태그 쉼표(postgres,stream,curriculum 등)
klassYes버그 클래스(단위/제약·끊긴고리·권한경계 등)
signalYes탐지 신호 — 어떤 쿼리/grep/코드위치로 잡는가
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 mentions adding to a corpus and being checked later, but it does not describe side effects (e.g., overwrite behavior, deduplication), input validation, return values, or error conditions. The description is too minimal for a tool with 6 parameters.

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 extremely concise with two short sentences, no wasted words, and immediately front-loads the action. It earns its place without any fluff.

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?

Given the complexity (6 parameters, no output schema, no annotations, multiple siblings), the description lacks important context: it does not mention prerequisites (e.g., an existing corpus), the format or structure of the one-line pattern, what the tool returns, or how it integrates with the sibling tools. It is insufficient for a developer to fully understand usage.

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 coverage is 100%, with each parameter having a clear Korean description. The tool description adds no additional meaning or context beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 clearly states the tool's purpose: to distill and add bug patterns caught in the current round to a learning corpus as one-line patterns, to be checked first in the next round. It uses specific verbs and resources, and the restriction 'only actually caught ones' adds clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use (after catching bugs in the round) but provides no guidance on when not to use or how this tool differs from siblings like spider_checklist, spider_signals, or spider_pull_corpus. No explicit alternatives or exclusions are given.

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/vinsenzo83/recluse'

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