Skip to main content
Glama

Forensic Brief

session_brief
Read-only

Single-call forensic colour brief generator. Runs coverage gap analysis, pulls best archive colours, checks for anachronisms, scores claim roles (anchor/support/analogue/provocation/reject), auto-rejects stubs, generates editorial argument, act structure, pull quote, closing line, and image prompt via Claude. This replaces chaining coverage_gap + archive_report_brief + anachronism_guard + resonance_index + evidence_gap separately. Input: title, audience, themes, archives, period, tone. Output: complete deliverable package ready for PDF or editorial use. Tone options: forensic (default), editorial, clinical, narrative.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toneNoforensic | editorial | clinical | narrative
avoidNoThemes to suppress
titleNoBrief title e.g. 'The Colours of Pleasure'
themesYesResearch themes
archivesNoArchives to draw from
audienceNoTarget audience e.g. 'serious collector'
n_coloursNoNumber of colour cards (default 8)
period_endNoEnd year e.g. 1830
period_startNoStart year e.g. 1714
target_periodNoHistorical period e.g. 'Georgian England 1714-1830'
strict_sourcesNoOnly include entries with named primary sources
confidence_thresholdNoMin confidence 0-1 (default 0.6)
minimum_claim_strengthNoHard evidence-grade floor: A, B, C, D, or E. Never silently relaxed.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior4/5

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

Annotations include readOnlyHint=true, so the description doesn't need to repeat that. It adds useful behavioral details beyond annotations: it 'runs coverage gap analysis, pulls best archive colours, checks for anachronisms, scores claim roles, auto-rejects stubs, generates... via Claude.' This discloses the computational pipeline and dependencies. It also notes tone options and the 'auto-rejects stubs' behavior. Not everything is fully detailed (e.g., what 'auto-rejects' entails), but it adds meaningful context.

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?

The description is concise and front-loaded, with the purpose in the first sentence, followed by what it does, what it replaces, and input/output. It is a bit dense with many clauses, but every sentence adds value. It avoids fluff and maintains clear structure.

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?

Given the tool's complexity (13 parameters, pipeline of analyses, external Claude call), the description covers the key contextual points: what it does, what it replaces, input/output, tone options, and the fact that it is a single-call package. With an output schema present, it doesn't need to detail return values. It could mention edge cases or requirements for the 'auto-rejects stubs' behavior, but current level is adequate for an agent to select and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/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. The description does not add significant new parameter semantics; it summarizes input as 'title, audience, themes, archives, period, tone,' which maps to existing schema fields but doesn't clarify the relationship between 'period' and the three period-related parameters (period_start, period_end, target_period). Tone options listed in the description duplicate schema values. Overall, no new insight beyond structured data.

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 opens with a specific and clear purpose: 'Single-call forensic colour brief generator.' It distinguishes itself from sibling tools by explicitly stating it replaces chaining several other tools (coverage_gap, archive_report_brief, anachronism_guard, resonance_index, evidence_gap). This makes the tool's unique role unambiguous.

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?

Usage guidance is explicit: 'This replaces chaining coverage_gap + archive_report_brief + anachronism_guard + resonance_index + evidence_gap separately.' This tells the agent exactly when to use this tool instead of alternatives. It also clarifies it is a single-call comprehensive generator, and lists input and output expectations.

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

A3.7/5.0
Disambiguation2/5

Multiple tool clusters have unclear boundaries: colour_passport, colour_dna, colour_metrics, and colour_cultural_risk overlap heavily; palette_extract, extract_image_colours, image_palette, and ingest_image cover similar image-colour extraction territory; and compound tools like design_session, image_brief, session_brief, and archive_report_brief duplicate chains of component tools. The descriptions are detailed and occasionally state 'use this instead of X', but an agent still faces many near-duplicate choices.

Naming Consistency3/5

Names are consistently snake_case and often use domain prefixes (colour_, palette_, archive_, brand_, accessibility_), but verb placement is mixed: some are verb_noun (extract_image_colours, query_hex, style_match), others are noun_verb (colour_dna, palette_generate, brand_audit), and a few standalone names (ui_states, tool_guide, meta_capabilities) don't fit either pattern. The convention is readable but not uniform.

Tool Count1/5

At 88 tools, this is far beyond the reasonable well-scoped range and exceeds the 50+ extreme mismatch threshold. Many tools are compound wrappers that consolidate chains of simpler tools, adding redundancy and cognitive load rather than genuine coverage.

Completeness5/5

For the apparent domain, the tool surface is extremely comprehensive: colour extraction, analysis, naming, accessibility, cultural/provenance research, palette generation, brand systems, interior design, ecommerce copy, image briefs, project lifecycle, exports, and diagnostic tools are all present. Persistent objects have list/get/versions/delete/export support, so there are no obvious dead ends.

Resources