Cortex · Capability
Cortex REST API — Catalog
Cortex REST API — Catalog. 11 operations. Lead operation: List catalog entities. Self-contained Naftiko capability covering one Cortex business surface.
What You Can Do
GET
Get
— List catalog entities
/v1/api/v1/catalog
DELETE
Delete
— Delete entities by type
/v1/api/v1/catalog
GET
Get
— List entity descriptors
/v1/api/v1/catalog/descriptors
GET
Get
— Retrieve entity details
/v1/api/v1/catalog/{tagorid}
DELETE
Delete
— Delete an entity
/v1/api/v1/catalog/{tagorid}
PUT
Put
— Archive an entity
/v1/api/v1/catalog/{tagorid}/archive
GET
Get
— Retrieve entity OpenAPI descriptor
/v1/api/v1/catalog/{tagorid}/openapi
GET
Get
— Retrieve scorecard scores for an entity
/v1/api/v1/catalog/{tagorid}/scorecards
PUT
Put
— Unarchive an entity
/v1/api/v1/catalog/{tagorid}/unarchive
POST
Post
— Create or update entity from OpenAPI descriptor
/v1/api/v1/open-api
PATCH
Patch
— Patch entity from OpenAPI descriptor
/v1/api/v1/open-api
MCP Tools
list-catalog-entities
List catalog entities
read-only
idempotent
delete-entities-type
Delete entities by type
idempotent
list-entity-descriptors
List entity descriptors
read-only
idempotent
retrieve-entity-details
Retrieve entity details
read-only
idempotent
delete-entity
Delete an entity
idempotent
archive-entity
Archive an entity
idempotent
retrieve-entity-openapi-descriptor
Retrieve entity OpenAPI descriptor
read-only
idempotent
retrieve-scorecard-scores-entity
Retrieve scorecard scores for an entity
read-only
idempotent
unarchive-entity
Unarchive an entity
idempotent
create-update-entity-openapi-descriptor
Create or update entity from OpenAPI descriptor
patch-entity-openapi-descriptor
Patch entity from OpenAPI descriptor
idempotent