Skip to main content
Glama

OKC HVAC Calculator | Repair or Replace Decision Tool

get_hvac_article

Get the full content of a single published HVAC insights article by its slug, including its direct answer and FAQ.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It accurately conveys a read operation and what the response includes (content, direct answer, FAQ), but it does not mention error behavior for nonexistent slugs, whether unpublished articles are accessible, or any access constraints.

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, efficient sentence with all key facts front-loaded: what is retrieved, the scope, and the primary access identifier. No filler or redundant phrasing.

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 simple one-parameter fetch tool with no output schema, the description covers the essential return value (full content, direct answer, FAQ) and the required input. It is not overly elaborate, but it is adequate; missing only minor details like not-found behavior or response format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides no description for the slug parameter, and the tool description only says 'by its slug,' which essentially repeats the parameter name. It does not clarify slug format, examples, or edge cases, so it adds minimal meaning beyond the schema.

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 names a specific verb ('Get'), a specific resource ('full content of a single published HVAC insights article'), and a unique access method ('by its slug'). It clearly distinguishes itself from sibling tools like search_hvac_decision_content or get_okc_hvac_business_info.

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

Usage Guidelines4/5

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

The description clearly indicates this tool is for retrieving a full article when the slug is already known. It does not explicitly name alternatives or exclusion conditions, but the context is unambiguous enough that an agent can infer when to use it over a search tool.

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.8/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: retrieving articles, searching articles, getting business info, checking service area, describing the analysis tool, running the analysis, and submitting two different types of contact requests. The two content tools are clearly separated as search vs. full retrieval, and booking vs. lead submissions are differentiated by their descriptions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: get_*, search_*, run_*, and submit_*. While the domain prefixes vary (hvac, okc_hvac, covington, repair_or_replace), the overall grammatical structure is uniform and predictable.

Tool Count5/5

Eight tools is well-scoped for this server's purpose. It covers content discovery, business information, service area verification, decision tool metadata, the actual analysis, and two conversion paths without unnecessary redundancy.

Completeness5/5

The tool surface covers the full user journey: learning through articles, verifying eligibility through service area, running the repair-or-replace analysis, and taking action via booking or lead submission. For a read-mostly decision tool and lead generation server, there are no meaningful dead ends.

Resources