search_images
Search Google Images for direct image URLs with dimensions, thumbnails, and source pages. Price: $0.015
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (default: 10, max: 20) | |
| query | Yes | Image search query |
Search Google Images for direct image URLs with dimensions, thumbnails, and source pages. Price: $0.015
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (default: 10, max: 20) | |
| query | Yes | Image search query |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description must carry the burden of behavioral disclosure. It does list the expected return values (direct URLs, dimensions, thumbnails, source pages) and pricing, but it does not disclose potential rate limits, pagination behavior, or whether the operation is read-only. This is adequate but not comprehensive.
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?
The description is a single sentence that immediately states the tool's function and includes relevant output details, with the price appended as useful context. Every part earns its place; there is no redundancy or unnecessary elaboration.
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?
Given the tool's simplicity, the schema and description together are sufficient for an agent to correctly invoke it. The description covers return types, and the schema covers parameter constraints (limit default and max). It is complete for typical use, though it could be enhanced by noting any API-specific caveats like rate limits.
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 100%, with both 'query' and 'limit' having clear descriptions. The tool description does not add any parameter-level details beyond what the schema already provides, so it meets the baseline but does not exceed it.
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 clearly states the specific action ('Search Google Images') and the resource being searched, distinguishing it from sibling search tools like search_web or search_news. It also lists the output types (direct image URLs, dimensions, thumbnails, source pages), making the tool's purpose unmistakable.
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 implies usage for image searches but does not explicitly state when to use this tool over other search siblings, such as 'use search_web for general web results.' The context is clear from the name and description, but no explicit alternatives or exclusions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Several tool clusters have near-overlapping purposes: fetch_webpage/fetch_webpage_pro/fetch_resilient and batch_fetch/get_contents are hard to distinguish, and answer_question/research/deep_research differ mainly in price and depth. The search_* and intel_* families are clearer, but the core fetching and research overlap creates ambiguity.
Most tools follow a verb_noun snake_case pattern (fetch_webpage, search_web, extract_data), but there are notable exceptions like domain_intel, package_intel, youtube_transcript, memory_set, and intel_company, where the prefix/suffix convention is inconsistent. Still, the naming is broadly readable.
35 tools is a large surface, far beyond the typical 3-15 range. The server covers many research verticals, but the number feels bloated, especially with multiple fetch and research variants that could be consolidated.
The tool set covers a wide range of web research needs: searching, fetching, crawling, extracting, screenshots, domain/tech/package intelligence, and market/competitive analysis. It lacks obvious lifecycle operations for monitors (list/delete/update) and memory (get/delete), but core workflows are well covered.