Symphony · Capability

Symphony Agent API — Info

Symphony Agent API — Info. 1 operations. Lead operation: Symphony Get Information About the Agent. Self-contained Naftiko capability covering one Symphony business surface.

Run with Naftiko SymphonyInfo

What You Can Do

GET
Get — Symphony Get Information About the Agent
/v1/v1/info

MCP Tools

symphony-get-information-about-agent

Symphony Get Information About the Agent

read-only idempotent

Capability Spec

agent-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Symphony Agent API — Info
  description: 'Symphony Agent API — Info. 1 operations. Lead operation: Symphony Get Information About the Agent. Self-contained
    Naftiko capability covering one Symphony business surface.'
  tags:
  - Symphony
  - Info
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYMPHONY_API_KEY: SYMPHONY_API_KEY
capability:
  consumes:
  - type: http
    namespace: agent-info
    baseUri: ''
    description: Symphony Agent API — Info business capability. Self-contained, no shared references.
    resources:
    - name: v1-info
      path: /v1/info
      operations:
      - name: get
        method: GET
        description: Symphony Get Information About the Agent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: agent-info-rest
    port: 8080
    description: REST adapter for Symphony Agent API — Info. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/info
      name: v1-info
      description: REST surface for v1-info.
      operations:
      - method: GET
        name: get
        description: Symphony Get Information About the Agent
        call: agent-info.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: agent-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for Symphony Agent API — Info. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: symphony-get-information-about-agent
      description: Symphony Get Information About the Agent
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: agent-info.get
      outputParameters:
      - type: object
        mapping: $.