List Keka PSA Clients
keka_list_psa_clientsFetch paginated PSA client records from Keka, showing ID, name, email, phone, status, and creation date. Use client IDs to locate related projects.
Instructions
Retrieve all clients from Keka's Professional Services Automation (PSA) module.
Args:
pageNumber (integer): Page number (default: 1)
pageSize (integer): Results per page, max 200 (default: 100)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: PSA client records with ID, name, email, phone, status, and creation date. Use returned IDs with keka_list_psa_projects to find projects for a client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page (max 200) | |
| pageNumber | No | Page number (starts at 1) | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |