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.

agent_bootstrap_getAgent setupRead only

Behavior

Read-only hint
True
Destructive hint
Not declared
Idempotent hint
Not declared
Open-world hint
Not declared

Parameters

This tool does not accept parameters.

Input JSON Schema

Generated from the registered input schema
{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Call shape

Use an MCP client rather than sending this JSON directly. The client handles protocol negotiation, sessions, and authentication.

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

No related tools are currently registered.