Skip to main content
Glama

neuron_research_profiles

Research multiple URLs in parallel by opening tabs, scrolling for lazy content, and extracting structured data in one response. Ideal for batch profile research and multi-page data collection.

Instructions

Research multiple URLs in parallel. Opens each URL in a separate tab, scrolls to load lazy content, extracts structured data from each, and returns all results in one response. Up to 8 URLs per call. 5-10x faster than researching one at a time. Use for batch profile research, multi-page data collection, or comparing pages side by side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesURLs to research (max 8)
delayMsNoDelay between opening tabs to avoid rate limits (default: 1500ms)
scrollsNoScroll-downs per page to load lazy content (default: 2)
closeTabsNoClose the tabs after extracting (default: true)

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 disclosure burden, and it does well: it reveals that tabs are opened, scrolling happens to load lazy content, structured extraction occurs, and results are returned in one response. It does not specify the exact output shape or all browser side effects, but the operational behavior is clearly disclosed.

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 tightly packed sentences: what it does, its key constraint and benefit, and when to use it. Every sentence earns its place, and the most important functional detail is front-loaded.

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?

The description covers the operation, the batching model, the URL limit, lazy-load handling, and common use cases. Because there is no output schema, a slightly more specific statement about the shape of the returned structured data would make it fully complete.

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 schema already documents all parameters. The description adds only the 8-URL cap, which is also present in the schema, so it provides no meaningful semantic lift beyond what structured data already offers.

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 names a specific verb ('research'), a specific resource ('multiple URLs'), and a distinctive mode ('in parallel'). It clearly differentiates from the single-page sibling tools by emphasizing batch processing, opening separate tabs, and returning combined results.

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 explicitly states when to use it: batch profile research, multi-page data collection, and side-by-side page comparison. It also implies the alternative of researching one at a time by claiming 5-10x speedup, though it does not explicitly name a sibling tool or list exclusions.

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