search
Server Details
Web search for AI agents. Ranked results with page passages already extracted, plus URL to markdown.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
- Repository
- seblosiv/neurobird-search-mcp
- GitHub Stars
- 0
- Server Listing
- Neurobird Search MCP server
TDQS
Scored across 2 tools
The two tools have clearly distinct input modes and purposes: web_search is used to discover URLs via query, while extract_url is used to fetch and read content from known URLs. Even though both can return relevant passages, the starting point is unambiguous—search when you need to find pages, extract when you already have the URL.
Both names are lowercase and underscore-separated, but extract_url follows a clear verb-object pattern while web_search is more of a noun phrase or object-verb construction. The inconsistency is minor and does not hinder understanding, but a more consistent pattern like search_web would improve clarity.
Two tools is on the low end for a search-focused server. The pair covers the core search-and-extract workflow, but feels slightly thin compared to typical search APIs that offer multiple query types, filtering, or pagination. Still, the scope is focused enough that the count is not unreasonable.
The two tools form a complete loop: discover information via web_search, then read full pages via extract_url. Missing advanced search options and pagination details are notable gaps but not blocking for the primary use case, so the surface is mostly complete for a simple search assistant.
Available Tools
2 toolsextract_urlRead a URL as markdownARead-onlyIdempotentInspect
Fetch one or more URLs and return their main content as clean markdown, with navigation, ads and boilerplate removed. Pass a query to get only the passages of each page relevant to it.
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to read. | |
| query | No | Optional. Trims each page to its relevant passages. | |
| format | No | markdown |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, non-destructive behavior. The description adds useful behavioral detail by disclosing that navigation, ads, and boilerplate are removed, and that a query filters each page to relevant passages. No contradiction with annotations is present.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler. The primary behavior is front-loaded, and the optional query behavior is described in the second sentence. Every sentence contributes useful information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with robust annotations and a clear schema, the description covers the main behavior, the output format, and the optional filtering behavior. It does not describe error cases or URL limitations, but those are not critical given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema documents 'urls' and 'query' with descriptions, and 'format' is self-evident through its enum and default. The description largely restates the query behavior already present in the schema, so it adds little beyond the input schema. Schema coverage is moderate at 67%, but the description does not compensate with deeper parameter nuance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Fetch one or more URLs'), a concrete resource (URLs), and the output ('clean markdown'), and explicitly differentiates it from web_search by focusing on reading/fetching rather than searching. The title reinforces the same purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly identifies when to use the tool: when you have URLs to fetch and want clean markdown of the main content, with an optional query for relevance filtering. It does not explicitly mention web_search or state when not to use it, so it stops short of a full exclusion-based guideline.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
web_searchWeb searchARead-onlyIdempotentInspect
Search the live web and get ranked results with the relevant passages already extracted from each page. Use search_depth 'advanced' for research questions, 'basic' for a quick lookup. Set include_answer to get a grounded summary whose quotes are checked against their sources.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Restrict to the last N days. | |
| query | Yes | The search query. | |
| topic | No | general | |
| max_results | No | ||
| search_depth | No | How much work to do. advanced expands the query and reads more pages. | standard |
| include_answer | No | ||
| exclude_domains | No | ||
| include_domains | No | Only return results from these domains. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only and idempotent. The description adds behavioral detail beyond the schema: results come with pre-extracted passages and the grounded summary has quotes checked against sources. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler: the first states the core purpose and output shape, the second gives targeted parameter guidance. Every sentence earns its place and the key information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description adequately explains how to invoke the tool for common cases, including depth and summarization behavior. It does not detail the response format or compare with extract_url, but the annotations and schema fill enough gaps for a search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%, and the description adds meaningful semantics to search_depth and include_answer. However, it does not explain topic, max_results, or domain filtering parameters, leaving the agent to rely on schema defaults for those.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Search the live web and get ranked results with the relevant passages already extracted from each page.' This clearly distinguishes the tool from the sibling extract_url, which focuses on URL extraction rather than live search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit parameter guidance: 'Use search_depth advanced for research questions, basic for a quick lookup' and 'Set include_answer to get a grounded summary.' This gives actionable context, though it does not mention when to prefer web_search over extract_url.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
extract_url - First observed
web_search
Related MCP Connectors
Real-time web search for AI agents: ranked results, source URLs, and optional AI answers.
Real-time web search and page fetch for AI agents from Andi's own index. LLM-ready markdown output.
Search for AI agents. Closes the LLM-cutoff gap: CVEs, papers, frontier AI, prediction markets.
Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceWeb search for AI agents. Up to 10 results for $0.001 USDC via x402 on Base. No API key.MIT
- AlicenseNot gradedqualityDmaintenanceWeb search, clean page reading & one-call research dossiers for AI agents. No API key — your agent does the synthesis.61 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides web search and content extraction for AI agents.MIT
- AlicenseAqualityDmaintenanceWeb tools for AI agents. Search the web for full page content, fetch URLs as clean markdown including PDFs, extract structured data from a page with a prompt, and run multi-source deep research that returns a cited report.41MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.