Skip to main content
Glama

CryptoSocials

get_author

Read-only

Read author identity, latest stored profile and compact posts with whole-window counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoExplore retains up to 500 matches. Exhaustive retains every match for an accepted scope up to 5000; larger scopes fail explicitly so you can partition dates. Continuations last 30 minutes.explore
textNo
limitNo
orderNotime_balanced interleaves seven equal parts of the requested period before the retention limit; useful for broad discussion research, not statistical sampling.newest
cursorNo
detailNoCompact reading evidence by default. Choose market to include full stored capture and publication-price provenance for every post.compact
date_toYesExclusive UTC end; required.
asset_idsNo
author_idYes
chain_idsNoCoin chain IDs, e.g. solana, ethereum, base, robinhood. Includes confirmed stored V1, native and multichain associations; candidates, expired and unknown associations are excluded. Posts qualify through their attached coins.
date_fromYesInclusive UTC start; required. Maximum window 366 days.
has_mediaNo
asset_typeNoKnown asset relationship. With chain_ids, type must match on one of those chains; native and token relationships may coexist across chains. Unknown has no classified relationship.
author_idsNo
multichainNoTrue selects assets with at least two known chains. False means fewer than two KNOWN chains, not proven single-chain.
post_typesNo
projectionNoindex omits text; preview returns short text; reading returns full retained text and relations without prices; market includes price evidence.
evidence_classNoFilter standalone collected evidence versus retained embedded quote evidence; omitted includes both.
exclude_post_typesNoExclude only known types; excluding repost keeps unknown types.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already establish read-only semantics. The description adds a little beyond that by noting the latest profile and compact posts with whole-window counts, but it does not explain pagination, continuation behavior, or output-shape considerations. No contradiction with annotations.

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?

One tight sentence with no filler, front-loading the action and core outputs. It is efficient for what it includes, though slightly too compressed for a tool with 19 parameters.

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

Completeness2/5

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

For a 19-parameter tool with no output schema, a one-line description is not complete: it does not specify return layout, how whole-window counts relate to paginated posts, or how to request non-compact output. Schema parameter descriptions help, but 42% of parameters still lack schema documentation and the description does not fill that gap.

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

Parameters2/5

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

Schema description coverage is only 58%, and the description gives almost no parameter-level guidance. Required fields like author_id and date range are not clarified beyond the name, and several schema-undocumented parameters (text, limit, cursor, has_media, post_types, author_ids) remain unexplained.

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 uses a clear verb ('Read') and names specific resources: author identity, latest stored profile, compact posts, and whole-window counts. It does not explicitly contrast with sibling tools like get_posts or search_authors, so it stops short of full differentiation.

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

Usage Guidelines3/5

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

The resource focus on 'author' implies this is the right tool for author-centric reads, but there is no explicit when-to-use guidance or exclusion of alternatives. Given 19 siblings, a sentence on when to prefer this tool over search_authors or get_posts would materially help.

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.

Resources