File size: 286 Bytes
cf3884b | 1 2 3 4 5 6 7 8 9 | {
"name": "list_projects",
"description": "List all projects for the current user, useful for when searching for a project and for looking up a projectRef",
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
}
} |