Skip to main content
Glama

Quantamentry

get_latest_briefing

Get the current weekly briefing in full: which sovereign credibility scores moved this week, by how much, and which dimension drove each move. Published every Monday and free to read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses the publication cadence (every Monday), the content granularity (score movements and driving dimensions), and the access condition (free to read). For a zero-parameter read tool, this is meaningful context beyond the tool's name.

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 sentences, no wasted words. The main purpose is front-loaded, followed by detail on content and availability. Every clause earns its place.

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, no-argument informational tool, the description fully covers what the briefing contains, when it is available, and that it is free. No output schema or parameters exist, so nothing essential is missing.

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 confirms an empty object, so there are no parameter semantics to document. The baseline of 4 applies because there is nothing the description needs to compensate for.

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 (current weekly briefing) and a clear action (get in full), then elaborates exactly what the briefing contains: which sovereign credibility scores moved, by how much, and which dimension drove each move. This clearly differentiates it from siblings get_country and list_countries.

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 clear usage context: the briefing is weekly, published every Monday, and free to read. It implies when the tool is useful and that no special access is needed, though it does not explicitly name alternative tools or say when not to use it.

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.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool targets a clearly distinct operation: one returns a single country's details, one returns the full ranked country list, and one returns the weekly briefing. There is no meaningful overlap or risk of an agent picking the wrong tool for a given task.

Naming Consistency5/5

All tool names follow a predictable verb_noun pattern using get_ and list_, which are standard read-operation verbs in MCP tooling. The naming is consistent, lowercase, and makes the purpose of each tool immediately clear.

Tool Count5/5

Three tools is a well-scoped size for a focused sovereign-credibility data server. Each tool provides a distinct, necessary capability—single-country lookup, full list, and latest briefing—without redundant or excessive surface area.

Completeness5/5

For a read-only public data service, the surface covers the core workflows: listing available countries, retrieving a single country's score, and reading the latest weekly briefing. The noted free-tier limitations are explicit constraints rather than missing operations an agent would expect from this server.

Resources