Skip to main content
Glama

getPickRate

Read-onlyIdempotent

Get the headline Pick Rate and rank for a single developer tool — the share of the time AI agents pick it over competitors on unbranded tasks. Also returns that vendor's agent readiness level (what it publishes for agents), which is a separate signal: across this corpus readiness barely predicts Pick Rate, so don't infer one from the other.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesTool name, slug, domain, or package (e.g. 'stripe', 'clerk', '@sendgrid/mail').

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare read-only and idempotent. The description adds that the tool returns both Pick Rate and readiness level as separate signals, and explicitly warns that readiness barely predicts Pick Rate—useful behavioral context beyond the annotations.

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?

Two compact sentences: the first front-loads the primary output, the second explains the secondary returned value and adds a critical caution. Each sentence earns its place with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description covers what the tool returns (Pick Rate, rank, readiness level), defines Pick Rate, and provides an interpretive caution. This is fully sufficient for an agent to understand the tool's behavior.

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?

The schema description for 'tool' is 100% complete, explaining accepted identifier types (name, slug, domain, package). The description adds no additional parameter-specific semantics beyond what's already in the schema, so the baseline of 3 applies.

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 the tool retrieves a single tool's Pick Rate and rank, defining Pick Rate as the share of time AI agents pick it over competitors on unbranded tasks. This specificity distinguishes it from sibling tools like getLeaderboard and getMyAgents.

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?

It implies use for a single tool rather than a leaderboard, and warns not to infer Pick Rate from readiness level. However, it doesn't explicitly name alternative tools for multi-tool queries or when to use getLeaderboard instead.

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.1/5.0
Disambiguation3/5

getPickRate and lookupTool both return Pick Rate and rank for a tool, differing mainly in identifier resolution; this boundary could confuse agents. Other tools are clearly distinct in purpose.

Naming Consistency4/5

All tools follow a camelCase pattern, but most start with 'get' while one uses 'lookup', a minor inconsistency that doesn't harm readability.

Tool Count5/5

Four tools cover the core use cases of viewing leaderboards, querying a tool's rate, resolving identifiers, and accessing personal analytics without excess.

Completeness4/5

The surface covers main query types for Pickrate data, though lacks methods for comparative or historical analytics, which are likely out of scope.

Resources