search_listings
Search for agentic AI tools by keyword query with optional filters. Use this for keyword-based search. For natural language queries like 'something that automates email', use semantic_search instead. For browsing all tools in a category, use get_category instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| query | Yes | Search query (e.g. 'code review', 'open source coding agent') | |
| cohort | No | Filter by cohort: PEOPLE (individual tools) or TEAMS (team/enterprise tools) | |
| category | No | Filter by category slug (e.g. 'coding-agents', 'general-purpose-agents') | |
| minScore | No | Minimum agenticness score (default 1 to exclude unscored/junk entries, set to 0 to include all) | |
| mcpSupport | No | Filter to tools with MCP (Model Context Protocol) support | |
| openSource | No | Filter to open-source tools only | |
| autonomyLevel | No | Filter by autonomy level | |
| deploymentModel | No | Filter by deployment model |