Skip to main content
Glama
Akxan
by Akxan

E-E-A-T site audit

eeat_audit
Read-onlyIdempotent

Audit site-level E-E-A-T signals like About/Contact pages, schema, and author bylines, then get a pass/fail checklist with specific additions to improve trust.

Instructions

Site-level trust signals that search and AI engines weigh: About and Contact pages, privacy/terms, visible address and phone, Organization/LocalBusiness schema on the homepage, review/rating schema, social profiles (sameAs), author pages, HTTPS, plus a sample of articles checked for bylines and dates. Returns a pass/fail checklist with what to add.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYes
sampleArticlesNo

Schema Changelog

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

  1. First observedv0.3.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so safety is covered. The description adds behavioral detail: it returns a pass/fail checklist with recommendations, and it checks a sample of articles for bylines and dates. This goes beyond the annotations and gives the agent a concrete sense of what will happen.

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 list of checks, which is efficient and front-loads the core purpose ('Site-level trust signals'). The list is dense but every item is relevant to E-E-A-T. No redundant fluff.

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?

The description explains the tool's scope, the checks performed, and the output (pass/fail checklist with what to add). It does not explicitly define the sampleArticles parameter's role, but given the simple schema and read-only nature, it is reasonably complete for an agent to invoke correctly.

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 description mentions 'a sample of articles' which implicitly relates to the sampleArticles parameter, but it does not explicitly state that sampleArticles controls the sample size or its constraints (default 5, max 20). Since schema coverage is 0%, the description could compensate more, but the intent is partially conveyed. siteUrl is self-evident.

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 the tool audits site-level trust signals for search and AI engines, listing specific elements checked (About/Contact pages, schema, social profiles, etc.) and the return format (pass/fail checklist). This is a specific verb+resource with a distinct scope, easily differentiated from siblings like structured_data_audit which focus narrowly on schema validation.

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 explicitly scopes to 'site-level' trust signals, which implies it is for whole-site audits rather than page-level analysis. It does not name alternatives or provide when-not-to-use guidance, but the context is clear enough to infer appropriate usage.

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

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/Akxan/google-seo-mcp'

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