get_latest_news

shallow

io.github.cryptobriefing-labs/gloria-mcp · Verify this server

Get the latest curated crypto news headlines. Returns real-time news items with headline, sentiment, categories, and sources. Use the category parameter to filter by topic (e.g. 'bitcoin', 'defi', 'ai'). Call get_categories first to see all available category codes. Args: category: Filter by category code (e.g. 'bitcoin', 'ethereum', 'defi', 'ai'). Omit to get news across all categories. limit: Number of items to return (1-10, default 5).

100.0/100

2 trials · measured 8 days ago

get_latest_news scores 100.0/100 on Vouch's measured behaviour index, from 2 real invocation trials against io.github.cryptobriefing-labs/gloria-mcp, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
open
Category
Finance & compliance
Input schema
declared
Output schema
declared
Side-effect classification
read-onlyHeuristically read-only-eligible (readonly-heuristic.ts) and sample-called by the Phase 0 census shallow probe.
Declared input schema
{
  "type": "object",
  "title": "get_latest_newsArguments",
  "properties": {
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 5
    },
    "category": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Category",
      "default": null
    }
  }
}

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-24100.0deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
sample_callpass: 1
reliabilitypass: 20
malformed_inputpass: 1
timeout_honourpass: 2
cancellationpass: 2
concurrencypass: 20

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: get_latest_news
[![Vouch score](https://vouch.tools/api/tools/f2566f6b-8400-41f1-b37d-c784b3133c5a/badge.svg)](https://vouch.tools/tools/f2566f6b-8400-41f1-b37d-c784b3133c5a)
get_latest_news — Vouch