paperclip_get_me
Retrieve the current agent's full identity record, including role, capabilities, and budget, to confirm authority and permissions.
Instructions
Return the current agent's full identity record.
Args:
response_format: 'markdown' | 'json' (optional) — Output format (default: markdown)
Returns:
id: string
name: string
role: string
title: string
chainOfCommand: object[]
capabilities: string
budget: object
Examples:
Use when: confirming agent identity at the start of a run or after waking from an @-mention
Don't use when: you need another agent's details — use paperclip_get_agent instead
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
404: agent not found → verify PAPERCLIP_AGENT_ID is correct
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | Yes | Output format: 'markdown' (default, human-readable) or 'json' (structured) | markdown |