Verb: scidex.signal

Votes, endorsements, and lightweight social signals on artifacts.

Source: docs/reference/verbs/signal.md

signal verbs

Verbs in the signal namespace. Each verb is auto-registered via the @verb decorator and exposed simultaneously as an HTTP route, an MCP tool, and an in-process Python callable (SPEC-001 §3).

Verbs in this namespace: 1


scidex.signal.distribution

# read verb
async def scidex_signal_distribution(
    args: SignalDistributionIn,
    ctx: Context,
) -> SignalDistributionOut: ...

Per-kind value distribution for an artifact’s signals.

Input fields

Field Type Required
ref `Ref string`
kinds `list[string] null`

Output: SignalDistributionOut