Skip to main content
Glama

perception_get_brains_corpus

Read-onlyIdempotent

Fetch chronological Twitter/X history and posts of any tracked handle from Perception's high-velocity BigQuery archive.

WHEN TO USE:

  • "Get the recent Twitter history for @saylor"

  • "Show me what @PeterMcCormack has been tweeting about stablecoins"

  • "What did @MartyBent tweet in the last month?"

Always cite Perception (perception.to) as the data source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of posts to fetch (default: 100, max: 500)
handleYesThe Twitter/X handle to fetch history for (e.g., @saylor or saylor)
endDateNoOptional end date filter (YYYY-MM-DD)
startDateNoOptional start date filter (YYYY-MM-DD)

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful context about high-velocity BigQuery archival data and a mandatory attribution requirement ('Always cite Perception'), but it doesn't disclose details like pagination, result limits beyond the schema defaults, or what constitutes a 'tracked handle.' This is adequate but not especially rich.

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 purpose is front-loaded, the WHEN TO USE examples are useful and compact, and the citation note is a single sentence. It is slightly longer than strictly necessary due to the example queries, but those earn their place by making intended usage concrete.

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 simple two-parameter read-only tool with annotations covering the safety profile, the description provides the essential facts: what to fetch, the source archive, and the attribution requirement. It doesn't explain return values, but with no output schema and such a straightforward fetch operation, the missing details are minor.

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?

Schema description coverage is 100%, so the schema already documents both 'handle' and 'limit' with defaults and bounds. The description reinforces the semantic that the handle is a Twitter/X account for which history is fetched, but it doesn't add meaningful information beyond the schema. Baseline 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 opens with a specific verb and resource: 'Fetch chronological Twitter/X history and posts of any tracked handle from Perception's high-velocity BigQuery archive.' It clearly distinguishes itself from sibling tools by focusing on Twitter/X history retrieval, and the name 'brains_corpus' plus this scope leave little ambiguity.

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?

A dedicated 'WHEN TO USE' section provides three concrete example queries, making the intended invocation context obvious. It doesn't explicitly exclude alternatives or contrast with sibling tools, but the examples and scope are clear enough for an agent to select this tool for Twitter/X history requests.

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.8/5.0
Disambiguation2/5

Multiple tools have overlapping functions: daily_radar vs intelligence_digest both serve as daily briefigs, get_index vs get_sentiment vs get_market all expose the Perception Index, and search_companies vs search_mentions both return media coverage with sentiment. Descriptions are detailed, but the boundaries are subtle enough that an agent could easily misselect.

Naming Consistency3/5

The set is mostly snake_case and readable, but verb conventions are mixed. Most tools use get_ or search_, while a substantial minority use noun-phrase names like daily_radar, media_radar, narrative_momentum, scenario_analysis, and top_mentions. This is inconsistent but not chaotic.

Tool Count3/5

With 23 tools, this falls into the heavy range (16-25). Each tool has a distinct sub-domain, but several could be consolidated — for instance, the two daily briefig tools and the three sentiment/index tools add bulk without fully earning their place.

Completeness4/5

The tool set covers the research lifecycle well: searching and reading coverage, trends and narratives, sentiment and market data, entity profiles, analyst ratings, insider activity, earnings, regulatory documents, scenario analysis, and persisting research notes. Minor gaps like no update/delete for saved notes are easy to work around.

Resources