AdlyseAdlyseMCP Docs
⌘K
Overview
adlyse-insights
list_ad_accountsget_dashboard_snapshotget_impact_analysislist_guidelinesget_guideline
adlyse-reports
list_report_templateslist_reportsget_reportgenerate_reportlist_report_targets
adlyse-ads
list_campaignsget_performancelist_adsget_ad_performancelist_change_eventsupdate_campaign_statusupdate_campaign_budget
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
  1. Overview/
  2. adlyse-insights

list_guidelines

List the organization’s guideline documents — brand voice, platform playbooks, and org-specific rules. Returns metadata only; use get_guideline to fetch the full markdown.

Parameters#

None.

Returns#

json
{
  "guidelines": [
    {
      "slug": "brand",
      "path": "guidelines/brand.md",
      "content_type": "markdown",
      "version": 3,
      "pinned_in_prompt": true,
      "frontmatter": { "requires": [] },
      "updated_at": "2026-04-15T12:00:00Z"
    },
    {
      "slug": "meta",
      "path": "guidelines/meta.md",
      "content_type": "markdown",
      "version": 1,
      "pinned_in_prompt": false,
      "frontmatter": { "requires": ["meta_ads"] },
      "updated_at": "2026-04-10T09:30:00Z"
    }
  ],
  "count": 2,
  "source": "adlyse.guidelines@v1"
}
FieldDescription
guidelines[].slugShort identifier (e.g. brand, adlyse, google, meta, or custom)
guidelines[].pinned_in_prompttrue if this guideline is injected into the in-app assistant every turn
guidelines[].frontmatterParsed YAML; requires lists platform gating (meta_ads, google_ads)
guidelines[].versionIncremented on every edit

Errors#

error_typeWhen
auth_errorMissing / invalid API key

System slugs#

SlugPurpose
adlyseOverarching assistant instructions — tone, caution, escalation
brandBrand voice, audience, product, taboos
googleGoogle Ads-specific playbook (only injected when a Google account is connected)
metaMeta Ads-specific playbook (only injected when a Meta account is connected)

Orgs can also create custom slugs; they appear in this list alongside the system ones.

Example#

Response: as shown above.

See also#

  • get_guideline — full markdown content
  • Guidelines — authoring UI and draft review flow
←Previous
get_impact_analysis
Next→
get_guideline