serpapi-search
Installation
SKILL.md
Tool Detection
If you have a serpapi_search tool available, use it directly. Always pass mode="compact" to strip heavy metadata fields (search_metadata, search_parameters) for cleaner, token-efficient LLM responses:
serpapi_search(
params={
"engine": "google_light",
"q": "query"
},
mode="compact"
)
Note: The block above is MCP pseudocode. Exact invocation syntax depends on your agent runtime.
The instructions below are for environments without a native tool.