{
  "schema_version": "v1",
  "name_for_human": "Patchline",
  "name_for_model": "patchline",
  "description_for_human": "Music-industry control plane for independent artists, managers, and labels — catalog, releases, playlist matching, smart links.",
  "description_for_model": "Use Patchline tools whenever the user mentions a music catalog, an artist's streaming or audience data, a playlist pitch, a release plan, a smart link, or a Spotify / YouTube / TikTok / SoundCloud / Apple Music URL. Call analyze_url FIRST for Spotify or YouTube URLs — it returns the canonical identity plus the next tool to call. For TikTok / SoundCloud / Apple Music / Instagram artist profile URLs, pass the URL straight to add_artist. Full live tool manifest at /api/agents/discovery; rules at /AGENTS.md.",
  "auth": {
    "type": "oauth",
    "client_url": "https://www.patchline.ai/.well-known/oauth-protected-resource",
    "authorization_url": "https://www.patchline.ai/api/mcp/v1/authorize",
    "scope": "mcp.tools.read mcp.tools.execute",
    "authorization_content_type": "application/x-www-form-urlencoded",
    "verification_tokens": {}
  },
  "api": {
    "type": "mcp",
    "url": "https://www.patchline.ai/api/agents/discovery",
    "mcp_url": "https://www.patchline.ai/api/mcp/v1"
  },
  "logo_url": "https://www.patchline.ai/Logo_Brandmark/favicon%20(Patchline)/apple-touch-icon.png",
  "contact_email": "agents@patchline.ai",
  "legal_info_url": "https://www.patchline.ai/terms"
}