Skip to main content
Glama

Search Viral Outlier Posts

search_outliers
Read-onlyIdempotent

Search a continuously-crawled database of social media posts ranked by outlier score: how strongly a post overperforms the account's own baseline. Filter by platform, keyword, exact creator handle, content type, an outlier-score band (min/max), a view band (min/max), a follower band (min/max), an engagement-rate band (min/max) and time window; sort by outlier score, views, likes, engagement or recency. Returns post metadata, stats and thumbnails. Use this to find proven viral formats in any niche before creating content. Results may include deleted posts (deleted_at set) and posts from deactivated profiles (profile is_active=false), these are kept for their thumbnails and format ideas, with stats frozen at deletion; filter on deleted_at / is_active if you only want live content. Cost: 1 credit per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
queryNoKeyword search over captions/titles
handleNoExact creator handle filter
sortByNo
maxViewsNo
minViewsNo
pageSizeNo
platformsNo
timeFrameNo
watchlistIdNoScope to the creators in one of your watchlists (id from list_watchlists)
contentTypesNo
maxFollowersNo
minFollowersNo
maxOutlierScoreNo
minOutlierScoreNo
maxEngagementRateNo
minEngagementRateNo

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the read-only/idempotent annotations, the description discloses meaningful behavior: the database is continuously crawled, results may include deleted posts and deactivated accounts, stats are frozen at deletion, and each call costs 1 credit. No contradiction with the annotations exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and front-loaded with the essential ranking concept, and every sentence carries useful information. The long enumerative sentence is justified by the large parameter set, though it is slightly harder to scan than a more structured layout would be.

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 the absence of an output schema and the 17-parameter surface, the description explains return contents (metadata, stats, thumbnails) and important edge cases (deleted posts, deactivated profiles, cost). Missing details like pagination and watchlist scoping are minor but prevent a perfect score.

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

Parameters4/5

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

With only 18% schema description coverage, the description compensates by enumerating the filter dimensions (platform, keyword, exact handle, content type, outlier-score band, view band, follower band, engagement-rate band, time window) and sort options. It does not define units for numeric bands or mention page/pageSize/watchlistId semantics, so it is not fully complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly names the resource ('continuously-crawled database of social media posts') and the core verb ('Search...ranked by outlier score'), making the purpose specific and unambiguous. It does not explicitly contrast itself with siblings like get_trending_outliers, but the filter/search framing sufficiently distinguishes it from profile-oriented tools.

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?

The description gives an explicit use context: 'Use this to find proven viral formats in any niche before creating content.' It also advises filtering out deleted/deactivated posts when only live content is wanted. It does not, however, name alternatives or state when not to use this tool.

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

A3.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (search, profile management, post retrieval, async jobs, billing). Some overlap exists among get_trending_outliers, niche_trends, and search_outliers, but their descriptions differentiate free/unauthenticated, niche-specific, and filtered search, so an agent can usually pick correctly.

Naming Consistency4/5

The vast majority of tool names follow a verb_noun pattern (crawl_profile, get_post, remix_post, track_profile). The main exception is 'niche_trends', which is a noun phrase, and the minor spelling of 'topup' instead of 'top_up'. Otherwise, naming is consistent enough to predict tool behavior.

Tool Count4/5

At 21 tools, this is slightly above the typical 3-15 range, but the broad scope (search, crawling, tracking, media handling, transcripts, remixing, billing) justifies the number. Each tool serves a distinct function, and none feel redundant, so the count is reasonable for the domain.

Completeness3/5

The tool set covers the core workflow well: searching outliers, crawling/tracking profiles, fetching posts/media/transcripts, and generating remixes. However, there is no way to list all posts for a specific profile (only 'recent tracked posts' via get_profile and an incremental feed via get_tracked_updates), which is a notable gap for deep creator analysis.

Resources