Skip to main content
Glama

get_site_classification_guide

Return the site-type classification table used before generating files

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

Without annotations, the description bears full burden for behavioral transparency. It only indicates a read operation ('Return'), omitting details such as idempotency, authorization needs, or side effects.

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 redundant wording. Every word is essential.

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?

Given no output schema and no annotations, the description should explain the return format. It states it returns a 'classification table' but does not describe its structure or content, leaving ambiguity for the agent.

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 input schema has no parameters (0 params, 100% coverage). Per guidelines, baseline is 4. The description adds no parameter info, which is acceptable since none exist.

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 'Return the site-type classification table used before generating files' clearly states the verb (Return) and the resource (site-type classification table). It differentiates from sibling tools like generate_ai_readiness_files and get_file_spec by specifying its role as a prerequisite.

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 provides minimal usage context ('used before generating files') but does not specify when to use this tool versus alternatives, nor does it mention any conditions or exclusions.

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.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct purpose: generating the full workflow, converting a specific file, retrieving specs, classification guide, instructions, or listing files. No overlapping functionality.

Naming Consistency5/5

All tools use consistent snake_case with verb_noun structure (generate_*, get_*, list_*), making the set predictable and easy to navigate.

Tool Count5/5

With 6 tools, the set covers the core informational needs (specs, guide, instructions, file list) plus the main workflow generator and a format converter, which is well-scoped for the domain.

Completeness2/5

The tool set lacks tools for actually writing or outputting the generated files; 'generate_ai_readiness_files' returns a workflow but no file creation tool exists, leaving a significant gap in the lifecycle.