Unified.to · Capability
Unified.to API — kms
Unified.to API — kms. 18 operations. Lead operation: List All Comments. Self-contained Naftiko capability covering one Unified To business surface.
What You Can Do
GET
Listkmscomments
— List All Comments
/v1/kms/{connection-id}/comment
POST
Createkmscomment
— Create a Comment
/v1/kms/{connection-id}/comment
DELETE
Removekmscomment
— Remove a Comment
/v1/kms/{connection-id}/comment/{id}
GET
Getkmscomment
— Retrieve a Comment
/v1/kms/{connection-id}/comment/{id}
PATCH
Patchkmscomment
— Update a Comment
/v1/kms/{connection-id}/comment/{id}
PUT
Updatekmscomment
— Update a Comment
/v1/kms/{connection-id}/comment/{id}
GET
Listkmspages
— List All Pages
/v1/kms/{connection-id}/page
POST
Createkmspage
— Create a Page
/v1/kms/{connection-id}/page
DELETE
Removekmspage
— Remove a Page
/v1/kms/{connection-id}/page/{id}
GET
Getkmspage
— Retrieve a Page
/v1/kms/{connection-id}/page/{id}
PATCH
Patchkmspage
— Update a Page
/v1/kms/{connection-id}/page/{id}
PUT
Updatekmspage
— Update a Page
/v1/kms/{connection-id}/page/{id}
GET
Listkmsspaces
— List All Spaces
/v1/kms/{connection-id}/space
POST
Createkmsspace
— Create a Space
/v1/kms/{connection-id}/space
DELETE
Removekmsspace
— Remove a Space
/v1/kms/{connection-id}/space/{id}
GET
Getkmsspace
— Retrieve a Space
/v1/kms/{connection-id}/space/{id}
PATCH
Patchkmsspace
— Update a Space
/v1/kms/{connection-id}/space/{id}
PUT
Updatekmsspace
— Update a Space
/v1/kms/{connection-id}/space/{id}
MCP Tools
list-all-comments
List All Comments
read-only
idempotent
create-comment
Create a Comment
remove-comment
Remove a Comment
idempotent
retrieve-comment
Retrieve a Comment
read-only
idempotent
update-comment
Update a Comment
idempotent
update-comment-2
Update a Comment
idempotent
list-all-pages
List All Pages
read-only
idempotent
create-page
Create a Page
remove-page
Remove a Page
idempotent
retrieve-page
Retrieve a Page
read-only
idempotent
update-page
Update a Page
idempotent
update-page-2
Update a Page
idempotent
list-all-spaces
List All Spaces
read-only
idempotent
create-space
Create a Space
remove-space
Remove a Space
idempotent
retrieve-space
Retrieve a Space
read-only
idempotent
update-space
Update a Space
idempotent
update-space-2
Update a Space
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Unified.to API — kms
description: 'Unified.to API — kms. 18 operations. Lead operation: List All Comments. Self-contained Naftiko capability
covering one Unified To business surface.'
tags:
- Unified To
- kms
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
consumes:
- type: http
namespace: full-kms
baseUri: https://api.unified.to
description: Unified.to API — kms business capability. Self-contained, no shared references.
resources:
- name: kms-connection_id-comment
path: /kms/{connection_id}/comment
operations:
- name: listkmscomments
method: GET
description: List All Comments
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: limit
in: query
type: number
- name: offset
in: query
type: number
- name: updated_gte
in: query
type: string
description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
format)
- name: sort
in: query
type: string
- name: order
in: query
type: string
- name: query
in: query
type: string
description: Query string to search. eg. email address or name
- name: page_id
in: query
type: string
description: The page ID to filter by (reference to KmsPage)
- name: type
in: query
type: string
description: The type to filter by
- name: parent_id
in: query
type: string
description: The parent ID to filter by
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: createkmscomment
method: POST
description: Create a Comment
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: kms-connection_id-comment-id
path: /kms/{connection_id}/comment/{id}
operations:
- name: removekmscomment
method: DELETE
description: Remove a Comment
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Comment
required: true
- name: getkmscomment
method: GET
description: Retrieve a Comment
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Comment
required: true
- name: patchkmscomment
method: PATCH
description: Update a Comment
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Comment
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updatekmscomment
method: PUT
description: Update a Comment
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Comment
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: kms-connection_id-page
path: /kms/{connection_id}/page
operations:
- name: listkmspages
method: GET
description: List All Pages
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: limit
in: query
type: number
- name: offset
in: query
type: number
- name: updated_gte
in: query
type: string
description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
format)
- name: sort
in: query
type: string
- name: order
in: query
type: string
- name: query
in: query
type: string
description: Query string to search. eg. email address or name
- name: space_id
in: query
type: string
description: The space ID to filter by (reference to KmsSpace)
- name: parent_id
in: query
type: string
description: The parent ID to filter by
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: createkmspage
method: POST
description: Create a Page
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: kms-connection_id-page-id
path: /kms/{connection_id}/page/{id}
operations:
- name: removekmspage
method: DELETE
description: Remove a Page
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Page
required: true
- name: getkmspage
method: GET
description: Retrieve a Page
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Page
required: true
- name: patchkmspage
method: PATCH
description: Update a Page
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Page
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updatekmspage
method: PUT
description: Update a Page
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Page
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: kms-connection_id-space
path: /kms/{connection_id}/space
operations:
- name: listkmsspaces
method: GET
description: List All Spaces
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: limit
in: query
type: number
- name: offset
in: query
type: number
- name: updated_gte
in: query
type: string
description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
format)
- name: sort
in: query
type: string
- name: order
in: query
type: string
- name: query
in: query
type: string
description: Query string to search. eg. email address or name
- name: parent_id
in: query
type: string
description: The parent ID to filter by
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: createkmsspace
method: POST
description: Create a Space
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: kms-connection_id-space-id
path: /kms/{connection_id}/space/{id}
operations:
- name: removekmsspace
method: DELETE
description: Remove a Space
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Space
required: true
- name: getkmsspace
method: GET
description: Retrieve a Space
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Space
required: true
- name: patchkmsspace
method: PATCH
description: Update a Space
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Space
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updatekmsspace
method: PUT
description: Update a Space
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: fields
in: query
type: array
description: Fields to return
- name: raw
in: query
type: string
description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
- name: connection_id
in: path
type: string
description: ID of the connection
required: true
- name: id
in: path
type: string
description: ID of the Space
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
authentication:
type: apikey
key: authorization
value: '{{env.UNIFIED_TO_API_KEY}}'
placement: header
exposes:
- type: rest
namespace: full-kms-rest
port: 8080
description: REST adapter for Unified.to API — kms. One Spectral-compliant resource per consumed operation, prefixed
with /v1.
resources:
- path: /v1/kms/{connection-id}/comment
name: kms-connection-id-comment
description: REST surface for kms-connection_id-comment.
operations:
- method: GET
name: listkmscomments
description: List All Comments
call: full-kms.listkmscomments
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
page_id: rest.page_id
type: rest.type
parent_id: rest.parent_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createkmscomment
description: Create a Comment
call: full-kms.createkmscomment
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/kms/{connection-id}/comment/{id}
name: kms-connection-id-comment-id
description: REST surface for kms-connection_id-comment-id.
operations:
- method: DELETE
name: removekmscomment
description: Remove a Comment
call: full-kms.removekmscomment
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getkmscomment
description: Retrieve a Comment
call: full-kms.getkmscomment
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchkmscomment
description: Update a Comment
call: full-kms.patchkmscomment
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: PUT
name: updatekmscomment
description: Update a Comment
call: full-kms.updatekmscomment
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/kms/{connection-id}/page
name: kms-connection-id-page
description: REST surface for kms-connection_id-page.
operations:
- method: GET
name: listkmspages
description: List All Pages
call: full-kms.listkmspages
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
space_id: rest.space_id
parent_id: rest.parent_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createkmspage
description: Create a Page
call: full-kms.createkmspage
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/kms/{connection-id}/page/{id}
name: kms-connection-id-page-id
description: REST surface for kms-connection_id-page-id.
operations:
- method: DELETE
name: removekmspage
description: Remove a Page
call: full-kms.removekmspage
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getkmspage
description: Retrieve a Page
call: full-kms.getkmspage
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchkmspage
description: Update a Page
call: full-kms.patchkmspage
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: PUT
name: updatekmspage
description: Update a Page
call: full-kms.updatekmspage
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/kms/{connection-id}/space
name: kms-connection-id-space
description: REST surface for kms-connection_id-space.
operations:
- method: GET
name: listkmsspaces
description: List All Spaces
call: full-kms.listkmsspaces
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
parent_id: rest.parent_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createkmsspace
description: Create a Space
call: full-kms.createkmsspace
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/kms/{connection-id}/space/{id}
name: kms-connection-id-space-id
description: REST surface for kms-connection_id-space-id.
operations:
- method: DELETE
name: removekmsspace
description: Remove a Space
call: full-kms.removekmsspace
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getkmsspace
description: Retrieve a Space
call: full-kms.getkmsspace
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchkmsspace
description: Update a Space
call: full-kms.patchkmsspace
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: PUT
name: updatekmsspace
description: Update a Space
call: full-kms.updatekmsspace
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: full-kms-mcp
port: 9090
transport: http
description: MCP adapter for Unified.to API — kms. One tool per consumed operation, routed inline through this capability's
consumes block.
tools:
- name: list-all-comments
description: List All Comments
hints:
readOnly: true
destructive: false
idempotent: true
call: full-kms.listkmscomments
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
page_id: tools.page_id
type: tools.type
parent_id: tools.parent_id
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-comment
description: Create a Comment
hints:
readOnly: false
destructive: false
idempotent: false
call: full-kms.createkmscomment
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-comment
description: Remove a Comment
hints:
readOnly: false
destructive: true
idempotent: true
call: full-kms.removekmscomment
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-comment
description: Retrieve a Comment
hints:
readOnly: true
destructive: false
idempotent: true
call: full-kms.getkmscomment
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-comment
description: Update a Comment
hints:
readOnly: false
destructive: false
idempotent: true
call: full-kms.patchkmscomment
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-comment-2
description: Update a Comment
hints:
readOnly: false
destructive: false
idempotent: true
call: full-kms.updatekmscomment
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: list-all-pages
description: List All Pages
hints:
readOnly: true
destructive: false
idempotent: true
call: full-kms.listkmspages
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
space_id: tools.space_id
parent_id: tools.parent_id
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-page
description: Create a Page
hints:
readOnly: false
destructive: false
idempotent: false
call: full-kms.createkmspage
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-page
description: Remove a Page
hints:
readOnly: false
destructive: true
idempotent: true
call: full-kms.removekmspage
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-page
description: Retrieve a Page
hints:
readOnly: true
destructive: false
idempotent: true
call: full-kms.getkmspage
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-page
description: Update a Page
hints:
readOnly: false
destructive: false
idempotent: true
call: full-kms.patchkmspage
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-page-2
description: Update a Page
hints:
readOnly: false
destructive: false
idempotent: true
call: full-kms.updatekmspage
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: list-all-spaces
description: List All Spaces
hints:
readOnly: true
destructive: false
idempotent: true
call: full-kms.listkmsspaces
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
parent_id: tools.parent_id
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-space
description: Create a Space
hints:
readOnly: false
destructive: false
idempotent: false
call: full-kms.createkmsspace
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-space
description: Remove a Space
hints:
readOnly: false
destructive: true
idempotent: true
call:
# --- truncated at 32 KB (33 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/unified-to/refs/heads/main/capabilities/full-kms.yaml