Skip to main content
Glama

spider_signals

실증 버그 클래스의 탐지 신호(라이브 쿼리/grep)와 수정 원칙을 반환. klass/tier/tag로 필터. 계획 후 이 신호를 그대로 실행해 증거를 수집하라.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo스택 태그(postgres, stream, curriculum 등)
tierNo
klassNo버그 클래스 부분일치(권한경계/순서무결성/비용공격/이벤트계약/단위 등)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only states that the tool returns signals and principles, without mentioning side effects, authentication needs, rate limits, or destructive potential. The read-only nature is implied by '신호' (signals) but not explicitly confirmed.

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 a single, concise sentence plus an instruction, containing no redundant words. It front-loads the core purpose and filter capability. The instruction could be considered additional useful context, making it efficient.

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 lack of output schema, the description should explain what the returned signals and principles look like. It only vaguely mentions '탐지 신호(라이브 쿼리/grep)' without format or structure details. The tool's role in a pipeline is hinted but not fully fleshed out, leaving an agent needing more context to use it effectively.

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 67%: tag and klass have descriptions, tier only has enum values. The description adds that these are filters ('klass/tier/tag로 필터'), which provides context beyond the schema. However, it does not explain the meaning or expected format of the '신호' (signals) output, which is not defined in the schema either.

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 the tool returns detection signals and fixing principles for empirical bug classes, with filters by klass/tier/tag. The verb '반환' (returns) and the resource '실증 버그 클래스의 탐지 신호' (empirical bug class detection signals) are specific. However, it does not explicitly differentiate from sibling tools like spider_checklist or spider_plan, which may have overlapping purposes.

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?

The description includes a usage hint '계획 후 이 신호를 그대로 실행해 증거를 수집하라' (after planning, execute these signals to collect evidence), implying it should be used after planning. However, it does not specify when not to use this tool or provide alternatives among siblings, leaving the selection context vague.

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.