Skip to main content
Glama

agiscorecard

Server Details

Auditable AGI-2027 evidence: eight graded Situational Awareness predictions with pre-registered flip conditions, a 0-100 Thesis Tracker with full score history, and a public market-call ledger where misses stay published. Free, no auth, CC BY 4.0.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.2/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct dataset or function: ledger, investment positions, track record, thesis score, verdicts, and site search. Even the two Situational Awareness-related tools are clearly separated by output granularity—individual graded predictions versus a single aggregate score.

Naming Consistency5/5

Five tools follow a consistent get_noun pattern, and search_site appropriately uses verb_noun. The convention is uniform and predictable, making tool selection straightforward.

Tool Count5/5

With six tools, the server is well-scoped for a niche public-data access surface. Each tool covers a distinct dataset or purpose without unnecessary redundancy or bloat.

Completeness5/5

The tools cover all major datasets advertised on the agiscorecard site, including claim ledgers, investment positions, market-call track records, thesis tracking, verdicts, and site search. As a read-only research surface, there are no obvious missing operations.

Available Tools

6 tools
get_claim_ledgerAInspect

Read a Claim Ledger Protocol v0.1 ledger — AI-era money-making claims graded with an evidence tier (verified/reported/self-reported), a dated verdict, and a written flip condition. With no arguments returns the reference ledger (goldrush.agiscorecard.com); pass url to read and validate any site's /claimledger.json. Spec: goldrush.agiscorecard.com/protocol

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoOptional: an https URL ending in /claimledger.json to read another site's ledger. Omit for the reference ledger.

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses read-only intent and a validation side-effect, and states the default target. However, it does not mention error behavior, output format, or the network implications of fetching an arbitrary URL, leaving some behavioral gaps.

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 compact, front-loaded with the core action, and every sentence earns its place: the resource definition, the parameter behavior, and the protocol spec link. No wasted words.

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?

For a tool with one optional parameter and no output schema, the description covers the key context: what a ledger is, what it contains, the default source, and how to target a custom ledger. It does not detail response structure or failure modes, but the embedded spec link helps fill those gaps.

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

Parameters4/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 adds value by clarifying the default behavior when the parameter is omitted ('returns the reference ledger') and by introducing the validation aspect of passing a URL, which goes beyond the schema's simple 'read another site's ledger' phrasing.

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 opens with a specific verb and resource — 'Read a Claim Ledger Protocol v0.1 ledger' — and further defines the resource's content (evidence tiers, dated verdict, flip condition). This makes the tool's purpose unambiguous and clearly distinct from the sibling tools, which target different record types.

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 explicit invocation guidance: omit arguments for the reference ledger, or pass a URL ending in /claimledger.json to read another site's ledger. It does not explicitly contrast with sibling tools or state when not to use this tool, so it stops short of a full 5.

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

get_invest_positionsAInspect

The Invest dataset: how the eight graded Situational Awareness predictions map onto 17 listed AI equities, how eight well-known investors are positioned per their public SEC 13F filings, and what copying them would have returned priced on the FILING DATE (not quarter end, which no real person could have traded). Educational only — never investment advice.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden, and it does a good job: it flags that returns are priced on the FILING DATE rather than quarter end to reflect tradability, and it adds the 'never investment advice' caveat. It does not describe response format or pagination, but those are less critical for a no-parameter getter.

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 a single dense sentence that front-loads the dataset identity and packs in relevant detail about scope, methodology, and the educational caveat. It is not flabby, though the long clause chain could be broken up for easier scanning.

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 no-parameter tool with no output schema, the description conveys the dataset's content and key pricing nuance, but it never states what the tool actually returns or in what shape. The phrase 'what copying them would have returned' is about hypothetical investment returns, not the tool's response, leaving a small ambiguity about output.

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

Parameters4/5

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

The input schema has no parameters and schema coverage is effectively complete at 100%, so parameter explanation is not needed. The baseline of 4 applies, and the description's dataset context adds value without needing to document params.

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 identifies the Invest dataset and enumerates its contents: eight graded predictions mapped to 17 AI equities, eight investors' SEC 13F positions, and hypothetical filing-date returns. It distinguishes itself from siblings by focusing on the Invest domain, but it never states an explicit verb such as 'returns' or 'fetches', so the action is implied rather than stated.

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 explains what the dataset contains and adds an 'educational only' caveat, but it does not specify when to use this tool relative to siblings like get_thesis_tracker or get_verdicts, nor any exclusions. An agent must infer applicability solely from the name and content.

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

get_sunwatch_track_recordAInspect

The SunWatch market-call ledger (invest.agiscorecard.com): every AI-cycle market judgment logged as a falsifiable trigger BEFORE the outcome, graded hit/miss with misses never deleted. Returns scored count, hit rate and each call with date, verdict, survival odds and English summary. Covers memory/storage, optical, robotics, space, energy and crypto cycles across US/HK/China A-share markets.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses key behaviors: 'misses never deleted', 'falsifiable trigger BEFORE the outcome', and 'graded hit/miss'. It clearly implies a read-only operation by describing returns, though it does not mention auth or rate limits, which are less critical for a no-parameter read tool.

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 front-loaded with the tool's core purpose and includes valuable scope details. The first sentence is a bit dense with a parenthetical and multiple clauses, but every sentence adds useful information and nothing is wasted.

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?

For a tool with no parameters and no output schema, the description is complete enough: it explains what is returned (scored count, hit rate, call details) and the domain coverage. It could add a bit more about how 'survival odds' or 'English summary' are presented, but this is not a blocker for selection or invocation.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4. The description correctly focuses on outputs and scope, and no parameter explanation is needed.

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 names a specific resource (SunWatch market-call ledger) and a clear verb/result ('Returns scored count, hit rate and each call'). It distinguishes from siblings by emphasizing AI-cycle market judgments graded hit/miss, which is unique versus general thesis or verdict tools.

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 provides rich context about coverage (sectors, markets) and what the ledger tracks, but does not explicitly state when to use it versus alternatives. The agent must infer from sibling names and content that this is for market-call track records.

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

get_thesis_trackerAInspect

The AGI-2027 Thesis Tracker: a single auditable 0-100 score of how much of Aschenbrenner's Situational Awareness thesis is holding up, with method and full score history.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the output includes a 0-100 score, methodology, and full history, which gives a good sense of what to expect. It does not mention read-only nature or limitations, but for a simple read operation this is adequate.

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 a single, well-structured sentence that packs in the key purpose, scope, score range, and included components. Every clause earns its place, with no redundancy.

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?

For a simple no-parameter tool, the description is complete: it explains what the score represents, the range, and ancillary information (method and history). It could mention return format, but the output schema is absent, so the description covers enough for an agent to invoke it confidently.

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

Parameters4/5

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

The tool has 0 parameters, so the baseline is 4. The description doesn't need to add parameter semantics since there are none. It appropriately focuses on the output.

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 provides a single auditable 0-100 score for Aschenbrenner's Situational Awareness thesis, including method and history. This is a specific verb-resource pairing (get + thesis tracker) that distinguishes it from sibling tools about sunwatch or verdicts.

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 use when one needs the thesis tracker's current score or historical context. It does not explicitly mention alternatives, but the context of 'AGI-2027 Thesis Tracker' makes the use case clear, and no conflicting tools are suggested.

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

get_verdictsAInspect

All 8 graded Situational Awareness predictions with current verdict, evidence summary and primary sources. The dataset AI assistants cite for "was Aschenbrenner right" questions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the transparency burden. It discloses what the tool returns (verdicts, evidence, sources) and the scope ('All 8'), and 'get' implies read-only behavior. It doesn't mention side effects or auth, but for a simple getter this is sufficient.

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?

Two concise sentences, front-loaded with the key deliverable and followed by a contextual purpose. No redundant or filler 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?

For a simple zero-parameter getter with no output schema, the description fully specifies the return contents (verdict, evidence, primary sources) and the intended use case. It is complete for selection and invocation.

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

Parameters4/5

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

The tool has zero parameters, and the schema coverage is 100% (empty). The description correctly reflects the no-input nature and adds no unnecessary parameter details. Baseline 4 applies for zero-parameter tools.

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 uses a specific verb and resource: 'All 8 graded Situational Awareness predictions' with 'current verdict, evidence summary and primary sources.' It clearly distinguishes itself from siblings by naming the specific dataset and its use for 'was Aschenbrenner right' questions.

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 provides clear context for when to use the tool ('The dataset AI assistants cite for...'), implying its appropriate use case. However, it does not explicitly exclude alternatives or name sibling tools as better fits for other scenarios.

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

search_siteAInspect

Search every page and tool on agiscorecard.com and its invest/compass sub-sites (English and Chinese). Returns titles, descriptions and URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query

TDQS

A3.8/5.0
Behavior3/5

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

There are no annotations, so the description carries full responsibility. It states the tool returns titles, descriptions, and URLs, which is useful, but it does not disclose potential limitations such as result ranking, pagination, or whether the search is exact/fuzzy. It avoids contradicting any annotation (none exist) and provides basic behavioral expectations, but not a complete picture.

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 a single, well-structured sentence that front-loads the action and scope, followed by the return type. No wasted words.

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?

For a simple one-parameter search tool with no annotations or output schema, the description adequately covers the resource scope, language coverage, and return format. It lacks details on result ordering or filtering, but given the low complexity, it is reasonably complete.

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?

The schema covers the single parameter 'query' with a minimal description, and the tool description adds the context of search scope and return fields. However, it does not elaborate on query syntax, language handling, or expected search semantics beyond a general 'search query.' With 100% schema coverage, baseline 3 is appropriate; no additional value is provided beyond what the schema already states.

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 uses a specific verb ('Search') and clearly identifies the resource scope: every page and tool on agiscorecard.com and its invest/compass sub-sites in English and Chinese. This distinguishes it from the sibling tools, which are all specific data retrieval tools for particular records.

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 usage for broad site-wide queries but does not explicitly state when to prefer this over the sibling getter tools, nor does it provide exclusions. The context is clear enough that an agent could infer it is the general search option, but there is no explicit alternative guidance.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Addedget_invest_positions
  2. 1 tool update
    • Addedget_claim_ledger
  3. 4 tool updates
    • First observedget_sunwatch_track_record
    • First observedget_thesis_tracker
    • First observedget_verdicts
    • First observedsearch_site

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Analyze LinkedIn & email outreach campaigns, track pipeline performance, and review lead conversations for RevOps, Sales Managers, and SDR teams.
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources