# Get authenticated agent setup

Return the authenticated agent identity, role, access ceiling, workspace grants, exact allowed tools, MCP documentation, and required Akera skill digests. Call this before any other agent workflow tool.

- Exact name: `agent_bootstrap_get`
- Category: Agent setup
- Required access: read
- Allowed agent roles: admin, appointment_setter, content_writer
- MCP endpoint: `https://api.funnels.akera.agency/`

## Annotations

- readOnlyHint: true

## Input JSON Schema

```json
{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## Call shape

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