Skip to main content
Glama
VincentKaufmann

noapi-google-search-mcp

google_lens_detect

Detect and identify multiple objects in an image by cropping each object separately and querying Google Lens for individual identification.

Instructions

Detect and identify all objects in an image using OpenCV object detection and Google Lens.

Unlike google_lens which sends the full image, this tool:

  1. Uses OpenCV to detect distinct objects/regions in the image

  2. Crops each object separately

  3. Sends the original image AND each crop to Google Lens

  4. Returns identification results for each object

This is useful when an image contains multiple items (e.g. a monitor AND a hardware device) and you want each identified separately.

Supports local file paths and base64-encoded image data (from drag-and-drop).

Sample prompts that trigger this tool: - "Detect and identify all objects in this image: /path/to/photo.jpg" - "What are all the items in this photo?" (with image dragged into chat) - "Identify each object separately in /path/to/setup.jpg"

Args: image_source: Local file path or base64-encoded image data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_sourceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the internal process (OpenCV detection, cropping, sending to Google Lens) and that it returns identification results for each object. However, it does not disclose error handling or behavior when no objects are detected, which is a gap.

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 well-structured with clear sections: overview, step-by-step process, use cases, supported formats, and sample prompts. Every sentence adds value without redundancy.

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 purpose, usage, parameter details, and sample prompts. Since an output schema exists, not explaining return values is acceptable. Missing error handling or performance notes, but overall fairly complete for a single-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, but the description adds value by stating that image_source supports local file paths and base64-encoded image data, going beyond the schema's type definition.

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 tool detects and identifies all objects in an image using OpenCV and Google Lens. It distinguishes itself from the sibling tool google_lens by detailing the multi-step process (detect, crop, send both original and crops).

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 compares with google_lens and provides sample prompts that illustrate when to use this tool (e.g., multiple items in an image). It also mentions supported input types (local paths and base64), giving clear context for use.

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/VincentKaufmann/noapi-google-search-mcp'

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