Skip to main content
Glama

Change how the briefing is written

update_information_diet
Idempotent

Change how and when the briefing reaches this person: delivery time and days, length, technicality, depth, stance, tone, stated interests and topics to avoid, language, timezone, podcast and email delivery. Pass only the keys you want to change. Read get_information_diet first — these are global settings, not per-topic ones (for a single topic use tune_topic).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toneNocome deve scrivere («diretto, zero fuffa»)
avoidNocosa non vuole leggere mai
depthNo1 solo i fatti … 5 analisi e implicazioni
stanceNo1 neutro … 5 l'editor si sbilancia
languageNolingua del briefing e del podcast
timezoneNofuso orario IANA (Europe/Rome)
entry_mixNo1 poche voci trattate a fondo … 5 tante voci brevi (la lunghezza totale non cambia)
interestsNocosa seguire, in linguaggio naturale
digest_daysNogiorni della settimana, ISO 1=lunedì … 7=domenica
digest_timeNoorario di consegna, HH:MM nel fuso dell'utente
technicalityNo1 divulgativo … 5 da addetti ai lavori
digest_lengthNoquanto deve essere lungo
serper_enrichNoarricchire il briefing con ricerche web fresche
chicca_enabledNonei giorni senza notizie, una storia vera dall'archivio
digest_enabledNoricevere o meno il briefing quotidiano
podcast_accentoNoaccento della voce, per la lingua scelta: inglese us/gb/au/ie/in, spagnolo es/latam, francese fr/ca, tedesco de/at/ch (l'italiano non ha varianti)
podcast_enabledNogenerare anche l'episodio audio
podcast_formatoNoshow = due conduttori che si rispondono (il formato di casa); classico = una voce che legge il briefing
podcast_minutesNodurata desiderata dell'episodio
email_digest_enabledNoricevere il briefing anche per email
smalltalking_enabledNoogni giorno, in coda al briefing, due o tre storie brevi da raccontare
weekly_recap_enabledNoriepilogo settimanale di ciò che non è stato letto

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / podcast_accento
      Added value: +{
      +  "description": "accento della voce, per la lingua scelta: inglese us/gb/au/ie/in, spagnolo es/latam, francese fr/ca, tedesco de/at/ch (l'italiano non ha varianti)",
      +  "enum": [
      +    "us",
      +    "gb",
      +    "au",
      +    "ie",
      +    "in",
      +    "es",
      +    "latam",
      +    "fr",
      +    "ca",
      +    "de",
      +    "at",
      +    "ch"
      +  ],
      +  "type": "string"
      +}
  2. Changed1 schema field changed
    • addedInput schema / properties / podcast_formato
      Added value: +{
      +  "description": "show = due conduttori che si rispondono (il formato di casa); classico = una voce che legge il briefing",
      +  "enum": [
      +    "show",
      +    "classico"
      +  ],
      +  "type": "string"
      +}
  3. Changed1 schema field changed
    • addedInput schema / properties / entry_mix
      Added value: +{
      +  "description": "1 poche voci trattate a fondo … 5 tante voci brevi (la lunghezza totale non cambia)",
      +  "maximum": 5,
      +  "minimum": 1,
      +  "type": "integer"
      +}
  4. Changed1 schema field changed
    • addedInput schema / properties / smalltalking_enabled
      Added value: +{
      +  "description": "ogni giorno, in coda al briefing, due o tre storie brevi da raccontare",
      +  "type": "boolean"
      +}
  5. 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=false, idempotentHint=true, destructiveHint=false, openWorldHint=false, so the safety profile is covered structurally. The description adds genuinely useful behavioral context beyond that: partial/merge semantics ('only the keys you want to change'), global-vs-per-topic scope, and a read-before-write recommendation. It stops short of describing the response or what happens to untouched fields beyond the merge implication.

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?

Two sentences for a 22-parameter tool, with the core action front-loaded and the caveats (partial update, read first, global scope) trailing. Dense but every clause earns its place; no filler or restatement of the title.

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 wide but shallow settings-mutation tool with full enum coverage in the schema and no output schema, the description supplies the missing operational context: partial update behavior, global scope, and the read-first workflow. Nothing critical to invoking it correctly appears absent, though the return behavior is left implicit.

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 and the schema does the heavy lifting for all 22 parameters. The description adds value by grouping the settings into human-readable categories (delivery cadence, length, technicality, depth, stance, tone, interests/avoid, language, timezone, podcast/email), which helps an agent map intent to the right keys. It doesn't add format or range detail beyond what the schema provides.

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?

States a specific verb and resource ('Change how and when the briefing reaches this person') and then enumerates the configurable dimensions (delivery time/days, length, technicality, depth, stance, tone, interests, language, timezone, podcast/email delivery). It explicitly distinguishes itself from siblings by naming get_information_diet for reading and tune_topic for per-topic changes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives explicit operating guidance: 'Pass only the keys you want to change' (partial update), 'Read get_information_diet first', and the scoping rule that these are global settings rather than per-topic ones, with the alternative (tune_topic) named for the per-topic case. Both when-to-use and when-not-to-use are covered.

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.