Apache Pulsar · Capability
Apache Pulsar Admin REST API — Functions
Apache Pulsar Admin REST API — Functions. 4 operations. Lead operation: List functions. Self-contained Naftiko capability covering one Apache Pulsar business surface.
What You Can Do
GET
Listfunctions
— List functions
/v1/functions/{tenant}/{namespace}
GET
Getfunctioninfo
— Get function info
/v1/functions/{tenant}/{namespace}/{functionname}
DELETE
Deletefunction
— Delete function
/v1/functions/{tenant}/{namespace}/{functionname}
GET
Getfunctionstatus
— Get function status
/v1/functions/{tenant}/{namespace}/{functionname}/status
MCP Tools
list-functions
List functions
read-only
idempotent
get-function-info
Get function info
read-only
idempotent
delete-function
Delete function
idempotent
get-function-status
Get function status
read-only
idempotent