Skip to main content
Glama

neuron_search_and_collect

Search any site and collect results from multiple pages in a single call. Automates typing the query, extracting results, and paginating or scrolling to gather all items.

Instructions

Run a search on any site and collect results across multiple pages. Navigates to the URL, types the query into the search box, extracts results, optionally paginates (clicks 'next' / scrolls for infinite scroll), and returns all collected items. One call replaces the typical navigate → find search box → type → extract → scroll → extract → click next → extract chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesStarting URL (e.g. 'https://linkedin.com/search/results/people/')
pagesNoMax pages to collect from (default: 1)
queryNoSearch query to type
delayMsNoDelay between pages in ms (default: 2000)
nextSelectorNoCSS selector for the next/pagination button (optional — tries common patterns)
scrollForMoreNoUse infinite scroll instead of pagination (default: false)
searchSelectorNoCSS selector for the search input (optional — auto-detects input[type=search], input[name=q], etc.)
extractSelectorNoCSS selector for result items (optional — auto-extracts)

Schema Changelog

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

  1. First observedv0.4.1

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the full action sequence: navigates, types the query, extracts results, optionally clicks next or scrolls for infinite scroll, and returns collected items. It does not mention failure modes, auth requirements, or anti-bot limitations, but the core behavioral contract is clearly stated.

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 three sentences with no fluff: a high-level purpose statement, a concise behavioral breakdown, and a value proposition. It is front-loaded with the primary action and every sentence earns its place.

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 there is no output schema or annotations and the tool has 8 parameters, the description does a solid job of covering the end-to-end workflow and the return concept ('returns all collected items'). It lacks detail on the exact shape of returned items and edge cases like selector failures or login walls, but it is largely complete for an orchestration-style tool.

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 description coverage is 100%, so the structured schema already documents every parameter. The description adds useful orchestration context—such as typing the query and paginating—but it does not add meaningfully new per-parameter details beyond what the schema provides. Baseline 3 is appropriate.

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 opens with a specific verb and resource: 'Run a search on any site and collect results across multiple pages.' It then distinguishes itself from primitive browser siblings by framing the tool as 'one call replaces the typical navigate → find search box → type → extract → scroll → extract → click next → extract chain,' making its composite role unambiguous.

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 clearly implies when to use the tool: whenever a multi-step search-and-collect workflow would otherwise be needed. It explicitly references the chain of actions it replaces, providing clear context. It does not name specific alternative sibling tools or state when not to use it, so it stops short of a 5.

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/conquext/neuron-inspector'

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