# apro-socialmedia-support-paths

APRO v2 GET /v2/socialmedia/support_paths: returns allowed path templates for a platform (e.g. Twitter). Call this first to pick a valid path for apro-socialmedia-proxy. Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/social-media

Agent View of the PolicyLayer registry record for `apro-socialmedia-support-paths`. HTML page: https://policylayer.com/tools/demomagic-lucy-apro/apro-socialmedia-support-paths

## Facts

- Tool: `apro-socialmedia-support-paths`
- Server: Lucy Apro (`demomagic/lucy-apro`) — https://policylayer.com/tools/demomagic-lucy-apro.md
- Homepage: https://github.com/demomagic/lucy-apro
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 1
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `name` | string | no | Platform label as in APRO docs, e.g. Twitter (for X). Use the same spelling when calling apro-socialmedia-proxy. Not a username or path. |

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": "apro-socialmedia-support-paths",
    "arguments": {}
  }
}
```

## Why apro-socialmedia-support-paths is rated Low

This tool retrieves metadata about valid social media platform paths for informational purposes. It performs a read-only query operation with no side effects, data modification, execution, or destructive capabilities. The tool supports discovery of valid paths but does not execute actions, modify data, or access sensitive information beyond structural API documentation.

From the tool's own definition: "GET /v2/socialmedia/support_paths: returns allowed path templates"

## Use case

AI agents call apro-socialmedia-support-paths to retrieve information from Lucy Apro 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 Lucy Apro:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "apro-socialmedia-support-paths": {}
  }
}
```

## Other tools on Lucy Apro (7)

- `apro-socialmedia-proxy` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-socialmedia-proxy.md
- `apro-sport-get` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-sport-get.md
- `apro-ticker-currencies-list` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currencies-list.md
- `apro-ticker-currency-ohlcv` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-ohlcv.md
- `apro-ticker-currency-price` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-price.md
- `apro-ticker-currency-support` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-support.md
- `greet` — Read — https://policylayer.com/tools/demomagic-lucy-apro/greet.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=demomagic-lucy-apro · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/demomagic-lucy-apro
