diff --git a/src/adclaw/agents/tools/REGISTRY.md b/src/adclaw/agents/tools/REGISTRY.md index ad0678a..6659f86 100644 --- a/src/adclaw/agents/tools/REGISTRY.md +++ b/src/adclaw/agents/tools/REGISTRY.md @@ -18,6 +18,13 @@ Use these guides as routing notes for agents. If a first-party MCP, API wrapper, - [Amplitude](integrations/amplitude.md) - [PostHog](integrations/posthog.md) - [Segment](integrations/segment.md) +- [SparkToro](integrations/sparktoro.md) + +## Content and CMS + +- [Contentful](integrations/contentful.md) +- [Sanity](integrations/sanity.md) +- [Strapi](integrations/strapi.md) ## Email, SMS, and CRM diff --git a/src/adclaw/agents/tools/integrations/contentful.md b/src/adclaw/agents/tools/integrations/contentful.md new file mode 100644 index 0000000..36433a0 --- /dev/null +++ b/src/adclaw/agents/tools/integrations/contentful.md @@ -0,0 +1,5 @@ +# Contentful + +Use for headless CMS content modeling, Delivery API reads, Management API writes, publishing workflows, and localized content operations. + +Agent notes: confirm space, environment, content type IDs, locale strategy, and publish permissions before creating or updating entries. Prefer draft entries for generated content until a human approves publishing. diff --git a/src/adclaw/agents/tools/integrations/sanity.md b/src/adclaw/agents/tools/integrations/sanity.md new file mode 100644 index 0000000..9dc10c3 --- /dev/null +++ b/src/adclaw/agents/tools/integrations/sanity.md @@ -0,0 +1,5 @@ +# Sanity + +Use for structured content, GROQ queries, mutations, content lake operations, and studio-managed editorial workflows. + +Agent notes: confirm project ID, dataset, schema names, API token scope, and draft/published behavior before writes. Use GROQ for reads and mutations only when the requested content model is known. diff --git a/src/adclaw/agents/tools/integrations/sparktoro.md b/src/adclaw/agents/tools/integrations/sparktoro.md new file mode 100644 index 0000000..c7615a0 --- /dev/null +++ b/src/adclaw/agents/tools/integrations/sparktoro.md @@ -0,0 +1,5 @@ +# SparkToro + +Use for audience research, affinity discovery, websites audiences visit, social accounts they follow, and search or demographic patterns. + +Agent notes: SparkToro data is aggregated and directional. Treat it as audience pattern evidence, not a replacement for qualitative interviews or first-party customer research. diff --git a/src/adclaw/agents/tools/integrations/strapi.md b/src/adclaw/agents/tools/integrations/strapi.md new file mode 100644 index 0000000..398f9f1 --- /dev/null +++ b/src/adclaw/agents/tools/integrations/strapi.md @@ -0,0 +1,5 @@ +# Strapi + +Use for self-hosted headless CMS workflows, REST or GraphQL content operations, media library usage, and document API publishing. + +Agent notes: confirm API token role, content type UID, locale, draft/publish state, and required relations before writes. Validate generated payloads against the Strapi schema before sending.