Back to catalog
Cortexa research tool·cs ml·web_search_tools
Web API Documentation Search
Specialized web search for API documentation, Python packages, and technical resources using DDGS with multiple search engines. Optimized for finding official documentation and library information.
Livelast probed 2026-04-30 23:07Z· 106msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"backend": {
"default": "auto",
"description": "Search engine backend to use",
"enum": [
"auto",
"google",
"bing",
"brave",
"yahoo",
"duckduckgo"
],
"type": "string"
},
"focus": {
"default": "api_docs",
"description": "Focus area for the search",
"enum": [
"api_docs",
"python_packages",
"github_repos"
],
"type": "string"
},
"max_results": {
"default": 10,
"description": "Maximum number of results to return",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Search query string (e.g., tool name, library name, API name)",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Web API Documentation Search call
public-safeinput
{
"max_results": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_web_api_documentation_search
- Tool name
- web_api_documentation_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse