get_latest_news
shallowio.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).
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
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | not applicable |
Tool details
- Transport
- remote
- Credential class
- open
- Category
- Finance & compliance
- Input schema
- declared
- Output schema
- declared
- Side-effect classification
- read-only— Heuristically 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
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 100.0 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| sample_call | pass: 1 |
| reliability | pass: 20 |
| malformed_input | pass: 1 |
| timeout_honour | pass: 2 |
| cancellation | pass: 2 |
| concurrency | pass: 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.
[](https://vouch.tools/tools/f2566f6b-8400-41f1-b37d-c784b3133c5a)