Pulse Grow · Capability

Pulse Api — User

Pulse Api — User. 1 operations. Lead operation: List of users and their data for api key. Self-contained Naftiko capability covering one Pulse Grow business surface.

Run with Naftiko Pulse GrowUser

What You Can Do

GET
Get — List of users and their data for api key
/v1/users

MCP Tools

list-users-and-their-data

List of users and their data for api key

read-only idempotent

Capability Spec

pulse-grow-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pulse Api — User
  description: 'Pulse Api — User. 1 operations. Lead operation: List of users and their data for api key. Self-contained Naftiko
    capability covering one Pulse Grow business surface.'
  tags:
  - Pulse Grow
  - User
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PULSE_GROW_API_KEY: PULSE_GROW_API_KEY
capability:
  consumes:
  - type: http
    namespace: pulse-grow-user
    baseUri: ''
    description: Pulse Api — User business capability. Self-contained, no shared references.
    resources:
    - name: users
      path: /users
      operations:
      - name: get
        method: GET
        description: List of users and their data for api key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: pulse-grow-user-rest
    port: 8080
    description: REST adapter for Pulse Api — User. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/users
      name: users
      description: REST surface for users.
      operations:
      - method: GET
        name: get
        description: List of users and their data for api key
        call: pulse-grow-user.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pulse-grow-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pulse Api — User. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-users-and-their-data
      description: List of users and their data for api key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pulse-grow-user.get
      outputParameters:
      - type: object
        mapping: $.