dynamoi_get_account_overview
ActiveTool of Dynamoi
Use this when the user explicitly asks about the signed-in Dynamoi account itself, such as who is logged in, how many organizations or artists it can access, or whether account-level platform connections exist. Always pass intent to match that explicit account question. Do not use this to confirm a specific Meta or YouTube onboarding attempt because this account-level state can span multiple artists; use dynamoi_get_platform_status for the target artist instead. Do not use this to enumerate artists one by one; use dynamoi_list_artists for that. Never use this to 'check context' before answering generic Instagram, lyrics, songwriting, or marketing-advice questions, even if Dynamoi is attached.
Parameters schema
{
"type": "object",
"required": [
"intent"
],
"properties": {
"format": {
"enum": [
"json",
"summary"
],
"type": "string"
},
"intent": {
"enum": [
"account_overview",
"artist_access_check",
"organization_access_check",
"platform_connection_check"
],
"type": "string"
}
},
"additionalProperties": false
}Parent server
Dynamoi
https://github.com/getDynamoi/mcp
1/7 registries