New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

tengu_v3_briefing_daily

Daily briefing for a given user_id: regime, overnight futures, earnings_today, macro_today, watchlist_signals, news_highlights, risk_exposure, top_movers. ALWAYS returns a briefing — served from a precomputed cache (~5ms) when available, else built on demand (~3s, no LLM calls). The response carr...

SERVERTengu SOURCEHlobo-dev/tengu-mcp
High RISK CLASS
Category Execute
Parameters 41 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/tengu-mcp/tengu-v3-briefing-daily.md

What tengu_v3_briefing_daily does on Tengu

AI agents invoke tengu_v3_briefing_daily to trigger actions in Tengu. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
date string
user_id string Yes
fallback_build boolean
precompute_only boolean

Parameters from the server's own tool schema.

Why tengu_v3_briefing_daily is rated High

tengu_v3_briefing_daily triggers real processes with real consequences. An agent gone sideways doesn't fire it once. It starts dozens of builds, sends mass notifications, or burns through compute before anyone looks up.

Questions about tengu_v3_briefing_daily

What does the tengu_v3_briefing_daily tool do? +

Daily briefing for a given user_id: regime, overnight futures, earnings_today, macro_today, watchlist_signals, news_highlights, risk_exposure, top_movers. ALWAYS returns a briefing — served from a precomputed cache (~5ms) when available, else built on demand (~3s, no LLM calls). The response carries '_source': 'precomputed' or 'computed:request_time' so callers can tell which path served them. Pass precompute_only=true ONLY when you specifically need to know whether the cron has already run (e.g. monitoring scripts) — that path returns 404 instead of building. It is categorised as a Execute tool in the Tengu MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does tengu_v3_briefing_daily accept? +

tengu_v3_briefing_daily accepts 4 parameters: date, user_id, fallback_build, precompute_only. Required: user_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on tengu_v3_briefing_daily? +

Register the Tengu MCP server in PolicyLayer and add a rule for tengu_v3_briefing_daily: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Tengu. Nothing to install.

What risk level is tengu_v3_briefing_daily? +

tengu_v3_briefing_daily is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit tengu_v3_briefing_daily? +

Yes. Add a rate_limit block to the tengu_v3_briefing_daily rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block tengu_v3_briefing_daily completely? +

Set action: deny in the PolicyLayer policy for tengu_v3_briefing_daily. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides tengu_v3_briefing_daily? +

tengu_v3_briefing_daily is provided by the Tengu MCP server (Hlobo-dev/tengu-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Tengu, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Tengu's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.