Skip to main content
Glama

Web audit issues

get_audit_issues
Read-only

Web audit issues for a project: a severity-filtered list, or drill into one issue’s affected pages and fix steps.

project_id is a ranking id from list_projects. Omit issue_key for the severity-filtered list (each issue carries its own how-to-fix); pass issue_key to drill into that issue’s affected pages and full fix steps. Filter the list with severity (error, warning, or notice); page through detail results with page. Free — calling it never consumes lookups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
severityNo
issue_keyNo
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNo
modeYes
labelNo
totalNo
issuesNo
severityNo
issue_keyNo
truncatedNo
how_to_fixNo
project_idYes
affected_pagesNo

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and not open-world, and the description adds meaningful behavioral context: list items carry their own how-to-fix steps while detail mode provides full fix steps, and calls are free/never consume lookups. This rate-limit and output-mode context goes beyond the annotations, though the description does not detail every return value, which is acceptable given an output schema exists.

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 compact and front-loaded: the first sentence gives an overview, and the second paragraph gives precise mode-based instructions. Every sentence earns its place, including the cost/rate-limit note, with no filler or repetition.

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?

Given the tool's moderate complexity, the presence of an output schema, and annotations covering read-only safety, the description is complete enough for an agent to call it correctly. It covers both usage modes, all parameter roles, the source of project_id, filtering, pagination, and cost behavior.

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

Parameters5/5

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

Schema description coverage is 0%, so the description carries the full burden. It clearly explains project_id as a ranking id from list_projects, issue_key as the drill-down selector, severity as the list filter with its enum values, and page as the pagination control for detail results. This adds substantial meaning the schema alone does not provide.

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 states a specific verb and resource: retrieving web audit issues for a project, with a clear two-mode behavior (severity-filtered list vs. drill into one issue's affected pages and fix steps). This distinguishes it from sibling tools like get_audit_summary by specifying the exact output form and granularity.

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 gives explicit operational guidance: omit issue_key for the list, pass it for detail, use severity to filter, and use page for paginating detail results. It also anchors project_id to list_projects. It does not explicitly name sibling alternatives or state when not to use this tool, so it falls just short of full exclusion guidance.

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
Disambiguation3/5

Most tools are distinct get_* analytics, but several overlap in purpose: get_ai_visibility vs get_share_of_voice are easy to confuse, and get_project_overview/get_content_action_plan/get_audit_summary all offer prioritized fixes. Descriptions help, but an agent could easily misselect for a generic 'what should I fix?' query.

Naming Consistency5/5

All names follow a consistent snake_case verb_noun pattern (add_, get_, generate_, list_, analyze_, research_), and the get_* prefix dominates read operations. Even win_prompt is a verb_noun and fits the style.

Tool Count2/5

27 tools is past the 25+ threshold and creates a heavy selection surface for an agent. While the SEO/AI-visibility domain is broad, many tools return overlapping 'health/fix/visibility' data and the set would benefit from consolidation.

Completeness3/5

Core workflows (projects, keywords, content briefs, audits, backlinks, AI visibility) are covered, but lifecycle gaps exist: keywords and AI prompts can be added but not removed, there is no list-AI-prompts tool, and no project creation/update is exposed. These are workable but notable missing operations.

Resources