Skip to main content
Glama

publish_report

Ground, render, and PUBLISH a Just Signal briefing to the public library. Grounds each ticker's live Day-0 price and computes exact dollar targets from your % projections. Targets MUST be percentages ("+18%") or multiples ("2.5x"), never dollars. assetOrSector: "Name (TICKER)" or "(PRIVATE)" for relative basis. Open to community contributions: the server itself renders every report, and tokenless publishing is rate-limited per day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNoOptional owner token; bypasses the daily community rate limits
trendsYes
sectorsYesShort topic label — becomes the report filename keywords
briefingTitleYes
durationSecondsNo
executiveSummaryYes

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses grounding of live prices, server-side rendering, and rate-limiting for tokenless publishing. It does not cover error cases or idempotency, but the disclosed behaviors are sufficient for safe use.

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?

Five sentences pack actionable details without redundancy. The first sentence states the core action, and subsequent sentences provide critical constraints and context. No wasted words.

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?

The description explains the tool's purpose and key behavioral details, but with no output schema, it omits return value structure. It addresses complex parts (targets, assetOrSector) well, but could be more complete about the overall workflow.

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 coverage is 33% (only token and sectors have descriptions). The description adds meaning for nested fields like assetOrSector format and target format, but does not explain briefingTitle, executiveSummary, or durationSeconds. Partial compensation.

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 clearly states the specific action: 'Ground, render, and PUBLISH a Just Signal briefing to the public library.' It distinguishes from sibling tools like list_reports or get_stock_quote, which are read-only, by highlighting the publish operation.

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 provides explicit formatting rules for targets ('MUST be percentages or multiples, never dollars') and describes the optional token for bypassing rate limits. It implies when to use (for community contributions) but doesn't explicitly say when not to use. Lacks a direct alternative suggestion.

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.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: getting panel grades, auditing past signals, fetching live quotes, listing reports, and publishing reports. No overlaps or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase with underscores (get_panel_grade, get_scorecard, get_stock_quote, list_reports, publish_report). No mixed conventions.

Tool Count5/5

With 5 tools, the set is well-scoped for the domain of investment signals and reports. Each tool serves a necessary function without redundancy or excessive bloat.

Completeness4/5

Covers key operations: viewing individual panel grades, auditing past signals, getting live quotes, and managing reports. A minor gap is the lack of a tool to view full report content, but list_reports may provide summaries and the set is otherwise complete.

Resources