Proompty · Capability

Proompty — Me

Proompty — Me. 1 operations. Lead operation: Retrieves user information within the Proompty API system. By sending a GET request to this endpoint, users can obtain detailed data pertaining to their profile and associated claims. This includes essential user attributes such as email, full name, avatar URL, subscription plan, and role. Additionally, the response includes claims regarding the user's

Run with Naftiko ProomptyMe

What You Can Do

GET
Get — Retrieves user information within the Proompty API system. By sending a GET request to this endpoint, users can obtain detailed data pertaining to their profile and associated claims. This includes essential user attributes such as email, f
/v1/me

MCP Tools

retrieves-user-information-within-proompty

Retrieves user information within the Proompty API system. By sending a GET request to this endpoint, users can obtain detailed data pertaining to their profile and associated claims. This includes essential user attributes such as email, f

read-only idempotent

Capability Spec

proompty-me.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Proompty — Me
  description: 'Proompty — Me. 1 operations. Lead operation: Retrieves user information within the Proompty API system. By
    sending a GET request to this endpoint, users can obtain detailed data pertaining to their profile and associated claims.
    This includes essential user attributes such as email, full name, avatar URL, subscription plan, and role. Additionally,
    the response includes claims regarding the user''s '
  tags:
  - Proompty
  - Me
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PROOMPTY_API_KEY: PROOMPTY_API_KEY
capability:
  consumes:
  - type: http
    namespace: proompty-me
    baseUri: https://app.proompty.com/api
    description: Proompty — Me business capability. Self-contained, no shared references.
    resources:
    - name: me
      path: /me
      operations:
      - name: get
        method: GET
        description: Retrieves user information within the Proompty API system. By sending a GET request to this endpoint,
          users can obtain detailed data pertaining to their profile and associated claims. This includes essential user attributes
          such as email, f
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: proompty-me-rest
    port: 8080
    description: REST adapter for Proompty — Me. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/me
      name: me
      description: REST surface for me.
      operations:
      - method: GET
        name: get
        description: Retrieves user information within the Proompty API system. By sending a GET request to this endpoint,
          users can obtain detailed data pertaining to their profile and associated claims. This includes essential user attributes
          such as email, f
        call: proompty-me.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: proompty-me-mcp
    port: 9090
    transport: http
    description: MCP adapter for Proompty — Me. One tool per consumed operation, routed inline through this capability's consumes
      block.
    tools:
    - name: retrieves-user-information-within-proompty
      description: Retrieves user information within the Proompty API system. By sending a GET request to this endpoint, users
        can obtain detailed data pertaining to their profile and associated claims. This includes essential user attributes
        such as email, f
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: proompty-me.get
      outputParameters:
      - type: object
        mapping: $.