From 6d444cb086b88523d8b59d717708cfbf88549bd5 Mon Sep 17 00:00:00 2001 From: 19926533763 <19926533763@163.com> Date: Wed, 2 Sep 2026 10:12:21 +0800 Subject: [PATCH] Add agent configuration --- agents/openai.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 agents/openai.yaml 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