Skip to main content
Glama
skyphusion-labs

@skyphusion/common-thread-mcp

Official

attribute

Run attribution over active seed pairs to identify correlations. Returns sync results or async job ID.

Instructions

Run attribution over active seed pairs. Public host requires BYOK (ai_gateway_url + anthropic_api_key or cf_aig_token). May return 200 sync or 202 async jobId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_retriesNo
skip_triageNo
access_tokenNoCapability token ct_… (default: COMMON_THREAD_ACCESS_TOKEN env). Shown only at create.
cf_aig_tokenNoBYOK: Cloudflare AI Gateway Run token (keyless Unified Billing). Also COMMON_THREAD_CF_AIG_TOKEN.
account_filterNoRestrict to these accounts
ai_gateway_urlNoBYOK: AI Gateway URL (…/anthropic) or https://api.anthropic.com. Also COMMON_THREAD_AI_GATEWAY_URL.
investigation_idNoInvestigation id (default: COMMON_THREAD_INVESTIGATION_ID env)
anthropic_api_keyNoBYOK: Anthropic API key. Also COMMON_THREAD_ANTHROPIC_API_KEY.
randomization_seedNoReproducible signal-table shuffle (§7.4.1)
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It usefully discloses authentication requirements (BYOK) and the possible sync/async response modes (200 sync or 202 async jobId). However, it omits side effects, job lifecycle behavior, or what the returned data contains, leaving significant behavioral aspects undisclosed.

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, front-loaded with the primary purpose, and every phrase earns its place. It conveys the core action, auth precondition, and async behavior without redundancy or fluff.

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?

For a tool with 9 parameters, no annotations, and no output schema, this description is minimal but covers the essential entry point: what it does, a key prerequisite, and the two possible response modes. It lacks context on how to retrieve the async result (e.g., via get_attribution_job), what 'active seed pairs' means operationally, and any dependency on environment variables beyond the schema, leaving gaps for a complex tool.

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 78%, so the schema already documents most parameters. The description adds value by clarifying the BYOK parameter relationship ('ai_gateway_url + anthropic_api_key or cf_aig_token'), which is not fully explicit in the schema. It does not explain account_filter, randomization_seed, or skip_triage beyond their schema descriptions, so the added semantic value is modest.

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 states the action ('Run attribution') and the resource ('active seed pairs'). It distinguishes itself from sibling tools like get_attribution_job by signaling that this tool initiates attribution rather than retrieves an existing job. However, 'active seed pairs' is somewhat jargon-heavy and could be more explicit.

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?

The description mentions a key precondition (BYOK on public host) but provides no explicit guidance on when to choose this tool over siblings like get_attribution_job or list_runs. It does not exclude any use cases or state when not to use it, so usage context is only implied.

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