# get_creator

Get a creator profile and headline statistics. When shown as a paid stub, calling this tool returns x402 payment requirements for the REST endpoint.

Agent View of the PolicyLayer registry record for `get_creator`. HTML page: https://policylayer.com/tools/com-getcims-mcp/get-creator

## Facts

- Tool: `get_creator`
- Server: Mcp (`https://api.getcims.com/functions/v1/mcp`) — https://policylayer.com/tools/com-getcims-mcp.md
- Homepage: https://github.com/https://api.getcims.com/functions/v1/mcp
- Risk category: Read (Low risk)
- Registry record: grade A, identity unverified
- Server auth posture: gated
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 3
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `handle` | string | no |  |
| `platform` | string | no |  |
| `creatorId` | number | no |  |

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

## Why get_creator is rated Low

This tool performs data retrieval (Read category) of creator profile and statistics from the 230M+ influencer database. While the payment stub mention suggests cost implications, the tool itself does not move money or commit financial obligations—it merely returns data conditionally based on payment status.

From the tool's own definition: "Tool description states 'Get a creator profile and headline statistics' which retrieves data without modifying it."

## Use case

AI agents call get_creator to retrieve information from Mcp 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 Mcp:

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

## Other tools on Mcp (6)

- `get_creator_statistics` — Financial — https://policylayer.com/tools/com-getcims-mcp/get-creator-statistics.md
- `get_creator_audience` — Read — https://policylayer.com/tools/com-getcims-mcp/get-creator-audience.md
- `get_creator_cpm` — Read — https://policylayer.com/tools/com-getcims-mcp/get-creator-cpm.md
- `get_creator_posts` — Read — https://policylayer.com/tools/com-getcims-mcp/get-creator-posts.md
- `get_creator_statistic` — Read — https://policylayer.com/tools/com-getcims-mcp/get-creator-statistic.md
- `get_creators` — Read — https://policylayer.com/tools/com-getcims-mcp/get-creators.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-getcims-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-getcims-mcp
