Skip to main content
Glama

seo_audit_local

Performs Local & Area SEO audit: LocalBusiness schema completeness, visible NAP consistency, click-to-call phone, address validation, location page duplication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesTarget file path or live URL.

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does reveal what the audit inspects (schema completeness, NAP consistency, click-to-call, address validation, duplication), which is useful. Yet it does not explicitly state that the operation is read-only, whether it returns a report, or what the side effects, if any, are.

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 sentence with a colon followed by a compact list of audit dimensions. It is efficient and front-loads the main purpose, though the list is somewhat dense and 'Local & Area' plus 'LocalBusiness' is slightly redundant.

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?

For a one-parameter tool with full schema coverage, the description gives a reasonable sense of what will be checked. However, with no output schema and no annotations, it does not explain what the agent will receive after the audit, how results are presented, or any prerequisites or side effects, leaving the behavioral outcome somewhat underspecified.

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?

The schema already documents the only parameter, 'target', as 'Target file path or live URL.', giving 100% coverage. The description does not add parameter-specific details such as supported URL formats, file extensions, or how the target should be provided, so it does not elevate 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 uses a specific verb ('Performs') and a specific resource ('Local & Area SEO audit'), then enumerates distinct audit areas: LocalBusiness schema completeness, NAP consistency, click-to-call phone, address validation, and location page duplication. This clearly differentiates it from siblings like seo_audit_schema, seo_audit_content, or seo_audit_technical even without naming them.

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 the tool through 'Local & Area SEO audit' and the listed local-SEO checks, so an agent can infer it is for local search audits. However, it does not explicitly state when to prefer it over related siblings such as seo_audit_geo or seo_audit_schema, nor does it provide exclusions or alternatives.

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

B3.4/5.0
Disambiguation3/5

Most audit tools target distinct SEO dimensions, but several overlap: seo_audit_technical, seo_audit_robots_and_sitemap, and seo_audit_sitemap_multipage all involve robots.txt, sitemaps, and header checks. The descriptions help, but an agent could easily misselect between these related tools.

Naming Consistency5/5

All tools follow a consistent seo_ prefix with clear verb_noun snake_case naming: audit_, crawl_, discover_, generate_, suggest_, test_, validate_. There is no mixing of conventions or vague generic verbs.

Tool Count3/5

With 21 tools, the server sits in the 16-25 'heavy' range. The broad SEO scope justifies many of them, but the large number of overlapping audit variants makes the set feel slightly bloated.

Completeness4/5

The server covers the SEO lifecycle well: discovery, crawling, dimension-specific audits, full audits, code fixes, sitemap/robots generation, and validation. Minor gaps such as dedicated backlink or mobile usability audits exist, and the '8-dimension' full audit claim does not align with the 12 distinct audit tools.

Resources