Skip to main content
Glama

DeltaSignal ATLAS-7

ATLAS-7 morning brief inputs

atlas7_morning_brief_inputs
Read-onlyIdempotent

Subscription-gated structured Morning Brief input bundle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum rows to return.
stress_fieldNoOptional stress field override for stress-ranked tools.
signal_filterNoOptional alpha signal text filter.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

C2.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the 'Subscription-gated' access constraint, which is useful context, and 'structured' suggesting a defined output format. However, it does not disclose any further behavioral traits such as pagination, rate limits, or error conditions, so the extra value beyond annotations is limited.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short noun phrase, which is efficient in length but under-specified. It lacks a verb and essential context, making it more of an under-specification than a concise, informative statement. The phrase does not earn its place because it fails to clarify the tool's function.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (3 optional params, output schema, and annotations), the description should explain what the Morning Brief input bundle is used for and when to call it. It only states a noun phrase, which is insufficient for an agent to understand its role relative to the many related sibling tools. The description is incomplete for a tool that appears to be a data retrieval utility.

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?

The input schema provides full descriptions for all three parameters (limit, stress_field, signal_filter), giving 100% coverage. The description does not add any additional meaning about how these parameters affect the 'input bundle'; it merely labels the tool as 'structured'. Since the schema already documents parameters well, the description adds little semantic value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Subscription-gated structured Morning Brief input bundle' conveys that the tool provides inputs for a Morning Brief, but it lacks a clear verb (e.g., 'retrieve' or 'list') and does not specify the tool's action. It distinguishes itself partially by referencing 'Morning Brief' and 'subscription-gated', but it doesn't differentiate from sibling tools like atlas7_company_report_inputs or deltasignal_morning_brief.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives, no exclusions, and no prerequisites beyond the subscription gate. The description does not mention any related tools or contexts where this would be preferred, leaving the agent without decision-making information.

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