Skip to main content
Glama

law_targets

Read-only

Identify supported legal information categories and their schemas, response tags, and identifier parameters. Use this reference to determine correct parameters for each law type, avoiding guesswork.

Instructions

다룰 수 있는 갈래와 갈래별 실측 스키마·주의사항.

갈래마다 응답 태그와 식별자 파라미터가 다르고 이름에서 유추할 수 없다 — 이 도구가 그 표다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds useful behavioral context: response tags and identifier parameters vary by genre, and the tool is essentially a static table. It still does not describe the exact output structure or size, but with zero parameters and read-only semantics the burden is modest.

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 sentences with no redundancy; the first line front-loads the core purpose, and the second explains why the tool exists. The bold emphasis on not inferring from names is purposeful and earns its place.

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 zero-parameter reference tool, the description covers the key content areas: supported genres, per-genre schemas, cautions, response tags, and identifier parameters. It could mention how the table should be used with sibling tools, but the sibling list and implied routing make this a minor gap.

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 tool has no parameters and the schema has no properties, so the baseline is 4 and there is nothing for the description to compensate for. The description also correctly focuses on the tool's role rather than inventing parameter details.

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 identifies the tool as a reference table listing supported genres ('갈래') with their actual schemas and cautions. It distinguishes itself from action-oriented siblings by framing itself as a lookup/metadata tool, though it does not explicitly enumerate which sibling tools it supports.

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 implies when to use this tool: when an agent needs per-genre schemas, response tags, or identifier parameters and cannot infer them from names. However, it does not explicitly state when-not-to-use or name alternatives, so guidance remains implied rather than explicit.

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