Zendesk · Capability

Zendesk Brand Agents — Brand Agents

Zendesk Brand Agents — Brand Agents. 2 operations. Lead operation: Zendesk Get Api V2 Brand_agents. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskBrand Agents

What You Can Do

GET
Listbrandagents — Zendesk Get Api V2 Brand_agents
/v1/api/v2/brand-agents
GET
Showbrandagentbyid — Zendesk Get Api V2 Brand_agents Brand_agent_id
/v1/api/v2/brand-agents/{brand-agent-id}

MCP Tools

zendesk-get-api-v2-brand

Zendesk Get Api V2 Brand_agents

read-only idempotent
zendesk-get-api-v2-brand-2

Zendesk Get Api V2 Brand_agents Brand_agent_id

read-only idempotent

Capability Spec

brand-agents-brand-agents.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Brand Agents — Brand Agents
  description: 'Zendesk Brand Agents — Brand Agents. 2 operations. Lead operation: Zendesk Get  Api V2 Brand_agents. Self-contained
    Naftiko capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Brand Agents
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: brand-agents-brand-agents
    baseUri: ''
    description: Zendesk Brand Agents — Brand Agents business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-brand_agents
      path: /api/v2/brand_agents
      operations:
      - name: listbrandagents
        method: GET
        description: Zendesk Get  Api V2 Brand_agents
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-brand_agents-brand_agent_id
      path: /api/v2/brand_agents/{brand_agent_id}
      operations:
      - name: showbrandagentbyid
        method: GET
        description: Zendesk Get  Api V2 Brand_agents Brand_agent_id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: brand-agents-brand-agents-rest
    port: 8080
    description: REST adapter for Zendesk Brand Agents — Brand Agents. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/brand-agents
      name: api-v2-brand-agents
      description: REST surface for api-v2-brand_agents.
      operations:
      - method: GET
        name: listbrandagents
        description: Zendesk Get  Api V2 Brand_agents
        call: brand-agents-brand-agents.listbrandagents
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/brand-agents/{brand-agent-id}
      name: api-v2-brand-agents-brand-agent-id
      description: REST surface for api-v2-brand_agents-brand_agent_id.
      operations:
      - method: GET
        name: showbrandagentbyid
        description: Zendesk Get  Api V2 Brand_agents Brand_agent_id
        call: brand-agents-brand-agents.showbrandagentbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: brand-agents-brand-agents-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Brand Agents — Brand Agents. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: zendesk-get-api-v2-brand
      description: Zendesk Get  Api V2 Brand_agents
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: brand-agents-brand-agents.listbrandagents
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-brand-2
      description: Zendesk Get  Api V2 Brand_agents Brand_agent_id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: brand-agents-brand-agents.showbrandagentbyid
      outputParameters:
      - type: object
        mapping: $.