Skip to main content
Glama

find_cohorts

START HERE for market-level questions. Every scored population of providers in the catalog — tags, industries, regions, areas and VC portfolios — as one browsable index. Filter by kind, minimum population, or promotion tier (report/brief/data). Then call cohort_stats for the distribution, cohort_rankings for the leaderboard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSubstring match on cohort name or slug.
kindNoRestrict to one roster source.
pageNo
tierNoPromotion tier: report (100+, report-grade), brief (25+), data (everything else).
limitNo
contextNoOptional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.
min_providersNoOnly cohorts with at least this many providers. 25+ is brief-grade, 100+ report-grade.

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses scope (which cohort types are browsable) and filter dimensions, but says nothing about pagination defaults, field semantics of the tier concept beyond what the schema already states, or availability guarantees. As a read-only browse tool the behavior is largely self-evident, so this 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 tight sentences. The usage directive is front-loaded ('START HERE'), scope is one clause, and the call-order guidance is the final sentence. No filler or redundant restatement.

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?

For a 7-param browse tool with no output schema, the description covers entry-point positioning, filter options, and downstream routing in one place. Nothing an agent needs to choose and call it correctly is missing; only the return shape is left unspecified, which is acceptable for a listings tool.

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 71% schema coverage, the baseline is 3. The description reinforces three key filters (kind, min_providers, tier) with the tier enum values in parentheses, mapping directly to schema params, but adds no meaning beyond the schema. The semantic payload is carried mostly by the input schema.

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?

States a specific verb and resource ('find... cohorts' as 'one browsable index' covering tags, industries, regions, areas and VC portfolios). It clearly distinguishes itself from siblings like find_tags, find_industries, and find_vcs by positioning itself as the aggregating entry point, and explicitly flags cohort_stats/cohort_rankings as follow-ups.

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

Usage Guidelines4/5

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

Opens with 'START HERE for market-level questions,' giving clear entry-point positioning, and directs the agent to cohort_stats for distribution and cohort_rankings for the leaderboard. It stops short of explicitly stating when NOT to use it versus the individual find_tags/find_industries siblings, though the aggregated-index wording implies the distinction.

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

B3.1/5.0
Disambiguation3/5

Most tools are clearly separated by artifact type or resource (find_mcp vs find_openapi vs get_provider vs get_api), but the sheer volume creates some genuinely confusable clusters: apis_io_search vs find_apis vs find_artifacts, and insights_adoption vs insights_dimensions vs find_company_insights. Several readiness-related tools (what_can_i_fix, simulate_fixes, readiness_gates) also share a conceptual boundary, though their descriptions do help.

Naming Consistency3/5

The dominant patterns (find_*, get_*, cohort_*, compare_*) are consistent and predictable, but the set mixes in irregular names like apis_io_search, tag_group_tags, what_can_i_fix, whats_changed, and resolve. These deviations are readable but break the otherwise regular verb_noun convention.

Tool Count2/5

106 tools is far beyond the typical well-scoped server and will impose a heavy selection burden on agents. The server covers a genuinely broad domain (catalog search, ratings, cohorts, agent readiness, lists, exports, feedback), so the count is defensible in scope, but it is still too many to navigate efficiently.

Completeness5/5

The surface is remarkably complete: search and browse, single-entity detail, comparisons, cohort analytics, agent-readiness assessment, saved searches, list management, feedback/correction flows, and full dataset exports are all covered. There are no obvious dead ends, and even minor operations like re-running saved searches or simulating fixes are present.

Resources