# propose_briefs

Propose ranked content briefs for a cataloged domain, built from data already collected for it: tracked questions where the answer did not cite them, keywords with AI-prompt demand no tracked question covers, People Also Ask questions nothing answers, and terms asked far more of AI assistants than of Google. Each brief names the exact question to answer, a format (9:16 UGC video, on-site answer, or short post), an outline, and the ONLY claims that may be made: the owner's published verified facts, verbatim. Deterministic and read-only: no new data is fetched and nothing is generated, so a brief with no evidence behind it is never returned. Claimed domains only; up to 6 briefs; an empty list means there is not yet enough collected data, never that there is no opportunity.

Agent View of the PolicyLayer registry record for `propose_briefs`. HTML page: https://policylayer.com/tools/com-groundedaeo-grounded-aeo/propose-briefs

## Facts

- Tool: `propose_briefs`
- Server: Grounded Aeo (`https://groundedaeo.com/api/mcp`) — https://policylayer.com/tools/com-groundedaeo-grounded-aeo.md
- Homepage: https://github.com/https://groundedaeo.com/api/mcp
- Risk category: Read (Low risk)
- Registry record: grade D, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 1 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `domain` | string | yes | Company domain, e.g. acme.com |

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": "propose_briefs",
    "arguments": {
      "domain": "<domain>"
    }
  }
}
```

## Why propose_briefs is rated Low

This tool retrieves and analyzes pre-existing data to generate recommendations and rankings. It has no side effects on the underlying data or external systems. The 'propose' action is informational—generating suggestions, not writing or storing content. No data modification, code execution, destruction, or financial impact occurs.

From the tool's own definition: "Tool description explicitly states 'Deterministic and read-only: no new data is fetched and nothing is generated.' The tool proposes/ranks content briefs using 'data already collected' and produces output based on existing facts without creating, modifying,…"

## Use case

AI agents call propose_briefs to retrieve information from Grounded Aeo without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Grounded Aeo:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "propose_briefs": {}
  }
}
```

## Other tools on Grounded Aeo (13)

- `run_audit` — Execute — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/run-audit.md
- `check_aeo_record` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/check-aeo-record.md
- `check_serp` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/check-serp.md
- `get_citations` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/get-citations.md
- `get_cited_domains` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/get-cited-domains.md
- `get_company_facts` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/get-company-facts.md
- `get_competitive_snapshot` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/get-competitive-snapshot.md
- `get_engine_visibility` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/get-engine-visibility.md
- `get_fact` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/get-fact.md
- `get_keyword_gap` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/get-keyword-gap.md
- `get_llms_txt` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/get-llms-txt.md
- `search_catalog` — Read — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/search-catalog.md
- `generate_free_record` — Write — https://policylayer.com/tools/com-groundedaeo-grounded-aeo/generate-free-record.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=com-groundedaeo-grounded-aeo · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-groundedaeo-grounded-aeo
