Skip to main content
Glama

Onvexia — Crypto Fundamentals, Sentiment & Onchain Tracking

Signal integrity · AI substance

get_ai_substance
Read-onlyIdempotent

Does an AI-sector project actually ship code, against how much attention it gets.

    Four states, and the fourth is not a verdict:
      ships           public repo with development activity in 30 days
      silent          public repo, no activity in 30 days
      no_public_repo  no repository is published for this asset
      unmapped        WE have not checked. This is a gap in OUR coverage
                      and must NEVER be reported as the project failing to
                      ship. RENDER sat in this state with 447 posts while
                      publishing code the whole time.

    `dev_events_30d` is null rather than 0 for the last two states: there is
    no repository to have produced a zero. `attention_without_substance` is
    only ever set where the state was actually measured.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior5/5

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

The annotations already mark the tool as readOnly, idempotent, and non-destructive, so the description adds valuable non-obvious semantics: dev_events_30d is null rather than 0 for no_public_repo and unmapped, and attention_without_substance is only set when the state was actually measured. This precisely clarifies edge-case behavior an agent would otherwise misread.

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 front-loaded with the core question, then delivers a compact state list and a real-world caution. Every sentence earns its place, and the formatting makes the four states easy to parse without excessive verbosity.

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

Completeness4/5

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

Despite having no output schema, the description documents the important output semantics: states, null behavior, and conditional field population. It does not define what counts as 'attention' or explain the limit parameter, but the core invocation and result interpretation are covered well enough for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter is 'limit', but the description never mentions it flags, bounds, or what it applies to. Schema description coverage is 0%, so the description was expected to compensate for the sparse schema, but it does not. The name and default 40 are mildly inferable, but the definition adds no semantic value for this parameter.

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 what the tool evaluates: whether an AI-sector project ships code relative to the attention it gets, and it defines the four possible states. It is domain-specific and conceptually separate from most sibling tools, though it does not explicitly name an alternative.

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 gives strong interpretive guidance: the 'unmapped' state must never be reported as a project failing to ship, and it provides the RENDER example to reinforce the rule. It does not explicitly say when to use this tool versus a sibling like get_signal_integrity, but the context is otherwise clear.

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.