Skip to main content
Glama

Justify a board seat — why it scores what it does

justify_seeds
Read-only

The per-post arithmetic behind any Tailwind board seat: give it an X or page handle and get how that account's seeds are earned this round. Every qualifying post since the last payout is scored on its own — X-algorithm engagement units (reply 13.5 · bookmark 10 · quote 1.5 · repost 1 · like 0.5), log-damped and CAPPED so one viral post can't buy the board (a proven word-for-word copy earns ×0) — then only each day's best 5 posts count and they sum linearly. Counts only: no model verdict and no profile bonus weight the score (removed 2026-09-24). Returns the total, the per-post breakdown, and a human-readable explanation — the SAME numbers the weekly purse pays from. Public, no auth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesThe X handle or page handle whose seat to justify, e.g. '@somebody'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, but the description goes far beyond that by disclosing the scoring formula, caps, daily best-5 rule, exclusions (model verdict, profile bonus), and the return format. It also clarifies it's public with no auth, adding substantial behavioral context.

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 long but every sentence adds concrete detail: the scoring weights, caps, daily best-5, exclusions, return shape, and public access. It's front-loaded with the core purpose and follows a logical flow from computation to returns. No wasted words.

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

Completeness5/5

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

Given the tool has only one parameter, no output schema, and is a read-only computation, the description fully explains the algorithm, the return values (total, per-post breakdown, explanation), and the scope. An agent has everything needed to invoke it correctly and interpret results.

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 coverage is 100%, so the baseline is 3. The description reaffirms the handle is an X or page handle and explains its purpose, but it adds little beyond what the schema already states (e.g., format or example). It doesn't introduce new parameter semantics.

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 states a specific verb ('justify') and resource ('board seat') and clearly explains what it does: compute per-post seed arithmetic for a given handle. It distinguishes itself from siblings by emphasizing it returns counts only, no model verdict, and no profile bonus, which sets it apart from tools like seeds_explain.

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

Usage Guidelines4/5

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

The description implies when to use it by detailing its scope (arithmetic, counts only, no model verdict) and notes it's public and auth-free. However, it does not explicitly name alternative tools or state conditions for when not to use it, so it stops short of a 5.

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.