Skip to main content
Glama

Get World Brief

get_world_brief
Read-only

Read the Jawz World Brief — the weekly Mako-bylined market read published at jawz.ai/brief. Returns the latest edition by default, or a specific one by slug (YYYY-MM-DD). Every claim in a brief traces to a Jawz tool read from its week. Setting list_only:true returns the available editions without their content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoEdition to fetch, YYYY-MM-DD. Omit for the latest.
list_onlyNoReturn only the list of available editions (slug, title, regimeLine, takeaway).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
slugNo
titleNo
bylineNo
sectionsNo
takeawayNo
latest_urlNo
regimeLineNo
canonical_urlNo
terms_glossaryNo
available_editionsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / additionalProperties
      Previous value: -falseNew value: +true
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds useful behavioral context: default-to-latest behavior, slug format expectations, and list_only returning available editions without content, which goes beyond what the annotations convey.

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 three sentences with no filler. It front-loads the core purpose, then efficiently covers default behavior, slug format, provenance of claims, and list_only mode. Every sentence 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?

Given this is a simple read-only retrieval tool with zero required parameters, a rich output schema, and clear annotations, the description covers everything needed: what it returns, how to select an edition, and how to list editions. No meaningful gap remains.

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 description coverage is 100%, so the baseline is 3, but the description adds meaningful detail: it specifies the YYYY-MM-DD slug format, confirms omission yields the latest, and explains that list_only excludes content. This enriches the parameter semantics beyond the schema alone.

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 verb ('Read') and a specific resource ('Jawz World Brief'), immediately distinguishing it from all 21 sibling getters. It also clarifies the default behavior and the key option, leaving no ambiguity about what the tool does.

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 clearly states when to fetch the latest edition versus a specific slug, and when to use list_only to retrieve editions without content. It does not explicitly name alternatives, but the tool is unique among siblings and the usage context is unambiguous.

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.

Resources