Skip to main content
Glama

Scroll search results

securitytrails_scroll
Read-onlyIdempotent

Fetch the next page of large SecurityTrails search results using a scroll ID from a previous response. Use when the prior search returned a scroll ID for continued pagination.

Instructions

Fetch the next batch of a large search using a scroll id. Only usable when a previous securitytrails_search_domains or securitytrails_search_ips response included meta.scroll_id — scrolling is not enabled on every plan or every query. When no scroll id is offered, page with the page argument instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scroll_idYesscroll id from a previous search response’s meta block
response_formatNo"markdown" for a compact human-readable summary, "json" for the full raw API payloadmarkdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, open-world, and non-destructive. The description adds useful behavioral context beyond that: scrolling is only available for certain plans/queries, and it fetches the next batch rather than re-running a search. No contradiction with annotations 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?

Three sentences with no filler: the core action is front-loaded, the precondition follows, and the fallback behavior closes it. Every sentence earns its place.

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?

The tool is simple with only two well-documented parameters and rich safety annotations. The description covers what the tool does, when it can be used, and what to do when it cannot be used, so nothing needed for correct invocation is missing.

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?

Schema coverage is 100%, so the description need not repeat parameter details. It does reinforce that scroll_id comes from a previous response's meta block, but that is already stated in the schema. The description adds no additional parameter 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 clearly states a specific verb and resource: 'Fetch the next batch of a large search using a scroll id.' It distinguishes itself from the search tools by explicitly tying it to a previous search response's meta.scroll_id.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit when-to-use guidance: only after securitytrails_search_domains or securitytrails_search_ips returns meta.scroll_id, and notes scrolling is not enabled on every plan/query. It also provides the alternative: use the page argument when no scroll id is offered.

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