Skip to main content
Glama
nuppawat6

gkb-seo-mcp-server

by nuppawat6

Rule detail

gkb_rule_detail
Read-onlyIdempotent

Retrieve the full text and metadata of a specific SEO rule by entering its rule code (e.g., R19) to understand its purpose, triggers, and expected output.

Instructions

Full text of a single rule by code (R01..R56) + v7 machine metadata (intents, triggers, atomic set + full set members, expected output element). Full text is read from data/rules/rule_texts/.md when migrated; falls back to purpose_1line with a migration note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesRule code, e.g. "R19"
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds value by specifying data sources and fallback behavior (reading from markdown file or returning purpose_1line with note), which is not covered by annotations.

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?

Three sentences, front-loaded with the main purpose. Every sentence adds unique information without redundancy. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, but the description fully explains the return value: full text (or fallback) plus v7 machine metadata including intents, triggers, atomic set members, and expected output element. For a simple read-only tool with one parameter, this is 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?

Schema coverage is 100%, so the description's job is minimal. It adds the valid code range (R01..R56) beyond what the schema provides (pattern and description). This helps the agent understand acceptable inputs.

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 'Full text of a single rule by code (R01..R56) + v7 machine metadata', specifying the exact verb (retrieve full text and metadata), resource (rule by code), and scope (valid codes range). It inherently distinguishes from sibling tools that deal with batches, indexes, or 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 provides context about fallback behavior during migration, which helps the agent understand when full text is available. However, it does not explicitly state when to use this tool versus alternatives like gkb_rules_index (for listing) or gkb_rules_by_purpose (for filtering by purpose).

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/nuppawat6/KmMcp'

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