Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/adclaw/agents/tools/REGISTRY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions src/adclaw/agents/tools/integrations/contentful.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions src/adclaw/agents/tools/integrations/sanity.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions src/adclaw/agents/tools/integrations/sparktoro.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions src/adclaw/agents/tools/integrations/strapi.md
Original file line number Diff line number Diff line change
@@ -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.
Loading