PolyAPI · Capability
PolyAPI Platform API — Server Functions
PolyAPI Platform API — Server Functions. 6 operations. Lead operation: PolyAPI List server functions. Self-contained Naftiko capability covering one Polyapi business surface.
What You Can Do
GET
Listserverfunctions
— PolyAPI List server functions
/v1/functions/server
POST
Createserverfunction
— PolyAPI Create a server function
/v1/functions/server
GET
Getserverfunction
— PolyAPI Get a server function
/v1/functions/server/{functionid}
PATCH
Updateserverfunction
— PolyAPI Update a server function
/v1/functions/server/{functionid}
DELETE
Deleteserverfunction
— PolyAPI Delete a server function
/v1/functions/server/{functionid}
POST
Executeserverfunction
— PolyAPI Execute a server function
/v1/functions/server/{functionid}/execute
MCP Tools
polyapi-list-server-functions
PolyAPI List server functions
read-only
idempotent
polyapi-create-server-function
PolyAPI Create a server function
polyapi-get-server-function
PolyAPI Get a server function
read-only
idempotent
polyapi-update-server-function
PolyAPI Update a server function
idempotent
polyapi-delete-server-function
PolyAPI Delete a server function
idempotent
polyapi-execute-server-function
PolyAPI Execute a server function