Skip to main content
Glama
skyphusion-labs

@skyphusion/common-thread-mcp

Official

add_seed

Adds a new active seed account to an investigation by specifying platform, account handle, and basis statement, up to the configured account cap.

Instructions

Add a seed account (platform + handle + basis_statement). Active only. Cap: MAX_SEED_ACCOUNTS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountYesHandle / account identifier
added_byNoActor label (default api)
platformYesPlatform id, e.g. twitter
is_controlNoMark as control account
access_tokenNoCapability token ct_… (default: COMMON_THREAD_ACCESS_TOKEN env). Shown only at create.
basis_statementYesWhy this account is in the seed set (§5.1.1)
investigation_idNoInvestigation id (default: COMMON_THREAD_INVESTIGATION_ID env)
Behavior2/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions constraints like 'Active only' and a cap, but these are vague and do not explain side effects, permissions, reversibility, return values, or failure modes. For a mutation tool, this is insufficient transparency.

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 very short and front-loaded with a clear verb. It communicates the core purpose and two key constraints efficiently. However, the phrase 'Active only' is ambiguous and could be more explicit, slightly reducing structural clarity.

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?

Given the tool has 7 parameters, no output schema, and no annotations, the description leaves many gaps. It does not explain authentication, return behavior, error cases, or what happens when the cap is reached. The description alone is not sufficient for an agent to fully 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?

Schema description coverage is 100%, so the parameters are already well-documented. The description only re-lists three of the required parameters (platform, handle, basis_statement) without adding new semantic details, matching the baseline for full schema coverage.

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's function: 'Add a seed account' with specific components (platform + handle + basis_statement). It also includes constraints ('Active only', 'Cap: MAX_SEED_ACCOUNTS') that further specify scope. This clearly distinguishes it from sibling tools like list_seeds and remove_seed.

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 description implies when the tool is used (adding seed accounts) but does not explicitly contrast with alternatives or state when not to use it. The 'Cap: MAX_SEED_ACCOUNTS' line hints at a limiting condition, but the guidance is minimal and not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/skyphusion-labs/common-thread-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server