Skip to main content
Glama

get_issues

Retrieve priority-ranked SEO issues from a completed crawl, filterable by High/Medium/Low, with optional fix guidance to quickly address crawl problems.

Instructions

The priority-ranked issue register from a finished crawl.

This is Screaming Frog's own Issues Overview, sorted High to Low then by affected URLs. START HERE, not with raw CSV rows.

crawl folder name from list_crawls, or an absolute path priority optional filter: High, Medium or Low include_fixes include the description and how-to-fix text (verbose)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crawlYes
limitNo
priorityNo
include_fixesNo

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.1/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. It discloses sorting order, the finished-crawl requirement, and the include_fixes verbosity behavior. It does not describe the output record shape, pagination/limit effects, or side effects, though 'get' implies read-only.

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 tight and well-structured: a one-line summary, a short 'start here' note, and a compact parameter reference. Every sentence adds information without repetition or filler.

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 4-parameter tool with no output schema and no annotations, this is adequate but incomplete. It covers the key invocation details and ordering behavior, but does not clearly describe the shape of the returned issue records or how the 'limit' parameter interacts with the result set.

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?

Schema description coverage is 0%, so the description must compensate. It adds meaningful semantics for crawl (folder name from list_crawls or absolute path), priority (allowed values), and include_fixes (verbose text). It omits 'limit', but that parameter is self-explanatory and has a sensible schema default.

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 identifies the tool as returning a 'priority-ranked issue register from a finished crawl' and explains the sorting. It also contrasts itself with raw CSV rows, which distinguishes it from sibling tools like read_export or list_exports.

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?

'START HERE, not with raw CSV rows' gives explicit practical guidance on when to use this tool. It does not name alternatives explicitly or state when not to use it beyond the raw CSV contrast, but the intended context is unmistakable.

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/mshahiddigital/screamingfrog-audit-mcp'

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