Marketo · Capability

Marketo Engage Rest API — Type

Marketo Engage Rest API — Type. 1 operations. Lead operation: Marketo Get Tag By Name. Self-contained Naftiko capability covering one Marketo business surface.

Run with Naftiko MarketoType

What You Can Do

GET
Gettagbynameusingget — Marketo Get Tag By Name
/v1/asset/v1/tagtype/byname-json

MCP Tools

marketo-get-tag-name

Marketo Get Tag By Name

read-only idempotent

Capability Spec

engage-rest-type.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Marketo Engage Rest API — Type
  description: 'Marketo Engage Rest API — Type. 1 operations. Lead operation: Marketo Get Tag By Name. Self-contained Naftiko
    capability covering one Marketo business surface.'
  tags:
  - Marketo
  - Type
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MARKETO_API_KEY: MARKETO_API_KEY
capability:
  consumes:
  - type: http
    namespace: engage-rest-type
    baseUri: https://localhost:8080
    description: Marketo Engage Rest API — Type business capability. Self-contained, no shared references.
    resources:
    - name: rest-asset-v1-tagType-byName.json
      path: /rest/asset/v1/tagType/byName.json
      operations:
      - name: gettagbynameusingget
        method: GET
        description: Marketo Get Tag By Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Name of the tag
          required: true
  exposes:
  - type: rest
    namespace: engage-rest-type-rest
    port: 8080
    description: REST adapter for Marketo Engage Rest API — Type. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/asset/v1/tagtype/byname-json
      name: rest-asset-v1-tagtype-byname-json
      description: REST surface for rest-asset-v1-tagType-byName.json.
      operations:
      - method: GET
        name: gettagbynameusingget
        description: Marketo Get Tag By Name
        call: engage-rest-type.gettagbynameusingget
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engage-rest-type-mcp
    port: 9090
    transport: http
    description: MCP adapter for Marketo Engage Rest API — Type. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: marketo-get-tag-name
      description: Marketo Get Tag By Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: engage-rest-type.gettagbynameusingget
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.