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.
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": {}
}
}Related tools
No related tools are currently registered.