# month_brief

This tool looks up a deterministic rules engine. Same day → same answer. Do not invent pillars or fortune claims. Call when the user asks 这个月势能怎么样 / 这个月该打磨还是该收 / 这个月哪天发布 / 这个月节奏怎么样 / 流月基调 / 做不做某事 / 哪几天适合上线 / which days to publish. Returns this month’s fold year (same pillar), baseline tone, dated sky marks, and a do/drop list. Always surface the fold-year line and ask what they lived that year. Public · local · no API key. Preview ≠ prediction.

Agent View of the PolicyLayer registry record for `month_brief`. HTML page: https://policylayer.com/tools/balance-engine-mcp/month-brief

## Facts

- Tool: `month_brief`
- Server: Balance Engine (`balance-engine-mcp`) — https://policylayer.com/tools/balance-engine-mcp.md
- Install: `npx -y balance-engine-mcp`
- Homepage: https://www.npmjs.com/package/balance-engine-mcp
- Risk category: Destructive (Critical risk)
- Registry record: grade D, identity unverified
- Server rate-limited: no
- Parameters: 2
- Recommended policy verdict: Hidden

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `month` | string | no | Month YYYY-MM. Default: current month. |
| `locale` | string | no | Reply language. zh (default) or en. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "month_brief",
    "arguments": {}
  }
}
```

## Why month_brief is rated Critical

An AI agent that decides to call month_brief doesn't hesitate, doesn't double-check, and doesn't stop at one. Whatever it removes from Balance Engine is gone. There is no undo for destructive operations.

## Use case

AI agents call month_brief to permanently remove resources in Balance Engine, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

## Recommended policy (PolicyLayer)

Verdict: **Hidden**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Balance Engine:

```json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "month_brief"
  ]
}
```

## Other tools on Balance Engine (8)

- `activity_window` — Other — https://policylayer.com/tools/balance-engine-mcp/activity-window.md
- `body_rhythm` — Other — https://policylayer.com/tools/balance-engine-mcp/body-rhythm.md
- `energy_adjust` — Other — https://policylayer.com/tools/balance-engine-mcp/energy-adjust.md
- `personal_day` — Other — https://policylayer.com/tools/balance-engine-mcp/personal-day.md
- `personal_month` — Other — https://policylayer.com/tools/balance-engine-mcp/personal-month.md
- `time_fold` — Other — https://policylayer.com/tools/balance-engine-mcp/time-fold.md
- `today_rhythm` — Other — https://policylayer.com/tools/balance-engine-mcp/today-rhythm.md
- `sky_window` — Read — https://policylayer.com/tools/balance-engine-mcp/sky-window.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=balance-engine-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/balance-engine-mcp
