list_apis
Retrieve and list available APIs within a specified project and space using the MCP-APIKit server to streamline API integration and management in Windsurf IDE.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | No | Project ID | |
spaceId | No | Space ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"projectId": {
"description": "Project ID",
"type": "string"
},
"spaceId": {
"description": "Space ID",
"type": "string"
}
},
"type": "object"
}