action wellknown_get_provider { label: "List all the Wellknown AI Plugins." description: "List all the Wellknown AI Plugins. Returns ai-plugin.json objects in an array" provider: wellknown method: GET path: "/plugins" encoding: json output: { type: "object" additionalProperties: true } }