diff --git a/agents/openai.yaml b/agents/openai.yaml new file mode 100644 index 0000000..35a9fe7 --- /dev/null +++ b/agents/openai.yaml @@ -0,0 +1,15 @@ +interface: + display_name: "SW Ads Daily Report" + short_description: "Generate a read-only daily SW Ads performance report" + default_prompt: "Use $swads-daily-report to generate yesterday's report for my SW Ads account." + +dependencies: + tools: + - type: "mcp" + value: "swads" + description: "Read SW Ads account, campaign, creative, commerce, and reporting data" + transport: "streamable_http" + url: "https://ads.mincode.cn/mcp" + +policy: + allow_implicit_invocation: false