Skip to main content
Glama
KSDeshappriya

FindIt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CSE_IDYesYour Custom Search Engine ID
GOOGLE_API_KEYYesYour Google API key for Custom Search JSON API

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
findIt_googleB

Performs a web search using Google Programmable Search Engine with enhanced parameters. Returns search results with metadata and optionally raw content from top results.

findIt_scrapC

Extracts and processes content from specified URLs, supporting in-depth content analysis and optional image extraction. Perfect for research and content gathering tasks.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

findIt_google performs web search, while findIt_scrap extracts content from specified URLs. Their actions and inputs are clearly distinct, so an agent can easily choose the right tool.

Naming Consistency4/5

Both tools share the findIt_ prefix and snake_case style. The suffixes are slightly inconsistent: 'google' is a service noun, while 'scrap' is an abbreviated verb, but the convention is still readable.

Tool Count3/5

Two tools cover the basic search-and-scrape workflow, but a 2-tool surface is thin and sits at the borderline of the typical 3-15 range. It is acceptable for a narrow purpose but feels minimal.

Completeness4/5

The server covers core web research needs: searching the web and extracting page content. Minor gaps such as batch scraping, pagination controls, or alternate search backends exist but are not essential for basic usage.

Maintenance

ActivityInactive
ResponsivenessNo issues