Skip to main content
Glama

CryptoSocials

query_list_activity

Read-only

Search compact post activity in your List, matching its author OR asset members without duplication. Retained paging requires unchanged filters, limit and List revision.

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.
list_idYes
asset_idsNo
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

A3.5/5.0
Behavior4/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 clear. The description adds valuable behavioral context: the 'without duplication' deduplication behavior and the 'Retained paging requires unchanged filters, limit and List revision' caveat, which are not captured by annotations. This goes beyond the baseline and helps the agent understand paging constraints.

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?

The description is two sentences with no filler. The primary purpose is stated first, followed by a critical paging constraint. Every word adds value, and the structure is front-loaded. It is appropriately concise for a tool with a rich schema.

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

Completeness3/5

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

This is a complex tool with 19 parameters, many documented in the schema, and no output schema. The description provides the core purpose and a paging caveat, but it does not explain the different retention modes (explore vs exhaustive), the time window limits, or the meaning of 'compact' in context. However, since the schema carries detailed parameter semantics, the description's role is to guide high-level usage. It covers the essential differentiator but leaves the agent to infer deeper behavior from the schema, making it adequate but not complete.

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 58%, so the schema carries much of the parameter documentation. The description does not explicitly explain any parameters; it only mentions 'compact' which maps to the detail parameter. Given the moderate coverage, the description does not need to compensate heavily, and the schema already describes modes like 'explore' vs 'exhaustive', filters, and projection. Baseline 3 is appropriate.

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 states a specific verb ('search') and resource ('compact post activity in your List'), and adds a distinguishing feature ('matching its author OR asset members without duplication'). This clearly separates it from generic search tools, though it does not explicitly name a sibling alternative. The mention of 'compact' hints at a mode but relies on the schema for full meaning.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like search_posts or get_posts. The description does not mention any exclusions, prerequisites, or context where another tool would be more appropriate. The only implied usage is that it operates on a List, but this is not elaborated.

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