Skip to main content
Glama

Quake Service Scroll

quake_service_scroll

Run deep-paginated Quake service searches with query filters and pagination. Use meta.pagination_id from each response to navigate through result pages.

Instructions

Run deep-pagination Quake service search with /api/v3/scroll/quake_service. Use meta.pagination_id from the response as pagination_id for the next page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleNoService data collection rule name for IP-list collections.
sizeNoResults per page.
queryYesQuake query, for example service:http or port:443 AND country:"China".
latestNoWhether to use latest data.
excludeNoComma-separated fields to exclude.
includeNoComma-separated fields to include.
ip_listNoComma-separated IP list.
end_timeNoUTC end time, for example 2020-10-14 00:00:00.
shortcutsNoComma-separated shortcut filter IDs from the web UI.
start_timeNoUTC start time, for example 2020-10-14 00:00:00.
ignore_cacheNoWhether to ignore cached data.
pagination_idNoPagination ID from previous response. Expires in 5 minutes.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided. The description mentions pagination_id usage but omits key behavioral details like the 5-minute expiration (only present in parameter description), rate limits, or any side effects. For a tool with no annotations, this is insufficient.

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 sentences, zero fluff. Every word adds value—action, resource, and pagination workflow in a compact form.

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?

Given an output schema exists and the schema covers parameters, the description's emphasis on the pagination flow is appropriate. However, it could mention that this tool is for iterating large result sets requiring multiple requests.

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 parameters are already well-described. The tool description adds no additional meaning beyond what the schema provides, meeting the baseline expectation.

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 action is 'deep-pagination Quake service search' and specifies the REST endpoint. This distinguishes it from sibling tools like quake_service_search, which likely handles single-page results.

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

Usage Guidelines3/5

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

The description explains how to paginate (using pagination_id from response) but does not explicitly state when to use this tool over alternatives like quake_service_search. It assumes the agent understands 'deep-pagination' context.

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

Install Server

Other Tools

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/helGayhub233/SurveyHub-MCP'

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