Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return
queryYesSearch query (e.g. 'code review', 'open source coding agent')
cohortNoFilter by cohort: PEOPLE (individual tools) or TEAMS (team/enterprise tools)
categoryNoFilter by category slug (e.g. 'coding-agents', 'general-purpose-agents')
minScoreNoMinimum agenticness score (default 1 to exclude unscored/junk entries, set to 0 to include all)
mcpSupportNoFilter to tools with MCP (Model Context Protocol) support
openSourceNoFilter to open-source tools only
autonomyLevelNoFilter by autonomy level
deploymentModelNoFilter by deployment model

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It describes the core search function but omits details like sorting, pagination (only limit, no offset), and response structure. It is adequate but not rich.

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?

Three sentences, front-loaded with purpose then usage guidelines. No wasted words; every sentence earns its place.

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?

Given 9 parameters with full schema descriptions and no output schema, the description provides sufficient context for a search tool, including usage differentiation. Lacks details on response format and pagination, but overall complete.

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

Parameters3/5

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

With 100% schema description coverage, the baseline is 3. The description adds minimal extra meaning beyond the schema; it mentions 'optional filters' but does not elaborate on parameter specifics.

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 'Search for agentic AI tools by keyword query with optional filters,' using specific verb+resource. It distinguishes itself from siblings by specifying when to use semantic_search and get_category.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides when-to-use: 'Use this for keyword-based search.' And when-not-to-use: 'For natural language queries...use semantic_search instead. For browsing all tools in a category, use get_category instead.' This is excellent guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, with descriptions explicitly guiding when to use each. Overlaps between search/recommend tools are resolved by detailed usage instructions (e.g., recommend_tools vs semantic_search vs search_listings).

Naming Consistency5/5

All tool names use consistent snake_case and follow a verb_noun pattern (e.g., compare_listings, get_category, search_listings). Even semantic_search, while adjective_noun, matches the style seamlessly.

Tool Count5/5

10 tools is ideal for a directory server: covers discovery, search, comparison, and detailed analysis without being overwhelming. Each tool serves a clear role in the workflow.

Completeness4/5

Covers core directory operations (browse, search, filter, compare, details). Lacks a 'list all tools' function, but users can retrieve listings per category or via search. Minor gap, but overall sufficient for agents.

Resources