You're viewing a demo portfolio

Join the waitlist
PRSM

dynamoi_get_account_overview

Active

Tool of Dynamoi

declared in 0.6.4

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
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

Dynamoi

https://github.com/getDynamoi/mcp

1/7 registries
View full server →