APIContext · Capability
APIContext Platform API — API Calls
APIContext Platform API — API Calls. 6 operations. Lead operation: List API calls. Self-contained Naftiko capability covering one business surface.
APIContext Platform API — API Calls is a Naftiko capability published by APIContext, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 6 operations across the GET, POST, PUT, and DELETE methods rooted at /v1/calls.
The capability includes 2 read-only operations and 4 state-changing operations. Lead operation: List API calls. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include APIContext and API Calls.
What You Can Do
GET
Listapicalls
— List API calls
/v1/calls/
POST
Createapicall
— Create an API call
/v1/calls/
GET
Getapicall
— Get an API call
/v1/calls/{call_id}
PUT
Updateapicall
— Update an API call
/v1/calls/{call_id}
DELETE
Deleteapicall
— Delete an API call
/v1/calls/{call_id}
POST
Runapicall
— Trigger an API call
/v1/calls/{call_id}/run
MCP Tools
apicontext-listapicalls
List API calls
read-only
idempotent
apicontext-createapicall
Create an API call
apicontext-getapicall
Get an API call
read-only
idempotent
apicontext-updateapicall
Update an API call
idempotent
apicontext-deleteapicall
Delete an API call
idempotent
apicontext-runapicall
Trigger an API call