Skip to main content
Glama

Foliora Managed AI Search

List a site's open findings

list_findings
Read-onlyIdempotent

List the crawl findings still open on a site: SEO and AI-readiness plumbing such as missing descriptions, blocked AI crawlers, missing llms.txt, stale articles. Each row carries a code, severity, evidence URL, and plain-language fix guidance. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYes
statusNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
findingsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful transparency by specifying the row contents (code, severity, evidence URL, fix guidance) and the 'open findings' filtering behavior. No contradiction with annotations.

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?

Two tight sentences lead with the core action and scope, then add concrete examples and row-level expectations. Every sentence contributes value with no 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?

For a simple read-only list tool with an output schema, the description covers the purpose, result contents, and safe behavior. The only real gap is the ambiguous relationship between 'open findings' and the status parameter.

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?

Schema description coverage is 0%, so the description must compensate, but it only explains what findings look like, not the semantics of siteId or status. The 'open' phrasing hints at a default filter but does not clarify the status enum or how to request other statuses.

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?

States a specific verb and resource: list crawl findings for a site, with concrete examples (missing descriptions, blocked AI crawlers, missing llms.txt). This clearly distinguishes it from sibling tools like list_sites and list_approved_changes.

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?

Describes the tool as retrieving open crawl findings for a site, which implies when it should be used. It does not explicitly name alternatives or exclusions, but the context is clear enough for an agent to select it over the list-based siblings.

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.

Resources