with one click
agent-identity-manager
// Update the agent's core name, overarching personality, use cases, or custom system directives.
// Update the agent's core name, overarching personality, use cases, or custom system directives.
| name | agent_identity_manager |
| description | Update the agent's core name, overarching personality, use cases, or custom system directives. |
| triggers | change your name, your new name is, from now on act like, change your personality, update your core instructions, your primary job is |
update_agent_identity(agent_name, agent_personality, agent_use_cases_json, agent_custom_prompt) ā Updates the core database record for this agent."" for other fields. Completely omit them from the tool call.agent_personality MUST BE ONE WORD: You are strictly forbidden from passing phrases. If the user says "Be highly technical, precise, and Jarvis-like", you must compress that to a single word like "technical" or "precise".agent_use_cases_json must be a strictly formatted JSON array of strings, e.g., '["Code Review", "Scheduling"]'.User: "From now on, I want your name to be Kakarot."
ā update_agent_identity(agent_name="Kakarot")
User: "Stop being so professional. I want you to be highly sarcastic and witty."
ā update_agent_identity(agent_personality="sarcastic")
User: "Your new primary jobs are reviewing my Python code and organizing my calendar."
ā update_agent_identity(agent_use_cases_json='["Code Review", "Calendar Management"]')
User: "I want you to always append 'Sir' to the end of your sentences from now on."
ā update_agent_identity(agent_custom_prompt="Always append 'Sir' to the end of every sentence.")
Check availability, schedule meetings, create events, and list upcoming events on the user's Google Calendar.
Send, search, read, and draft emails from the user's Gmail account.
Generate PDF documents such as reports, summaries, and structured data exports.