Coming Soon - The Dcycle MCP Server is in private beta.
Interested in AI integration? Contact us for early access.
Overview
Operations tools help you monitor the health of your data and the status of processing jobs. These are particularly useful for customer support, debugging data issues, and ensuring data quality.get_processing_jobs
Get processing jobs (file uploads, imports, calculations) for an organization.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | Yes | Organization UUID |
status | string | No | Filter by status (pending, processing, completed, failed) |
entity_name | string | No | Filter by entity type (invoice, vehicle, facility) |
page | integer | No | Page number (default: 1) |
size | integer | No | Items per page (default: 20) |
Example Queries
Response
Job Statuses
| Status | Description |
|---|---|
pending | Job queued, waiting to start |
processing | Currently being processed |
completed | Successfully finished |
failed | Completed with errors |
get_data_health_status
Get data quality metrics across different entity types.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | Yes | Organization UUID |
start_date | string | Yes | Start date (YYYY-MM-DD) |
end_date | string | Yes | End date (YYYY-MM-DD) |
Example Query
Response
Health Score Interpretation
| Score | Rating | Description |
|---|---|---|
| 90-100 | Excellent | Data is complete and high quality |
| 70-89 | Good | Minor gaps, suitable for reporting |
| 50-69 | Fair | Some data quality issues to address |
| 0-49 | Poor | Significant data gaps affecting accuracy |
get_failed_jobs
Get recent failed processing jobs with error details.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | Yes | Organization UUID |
limit | integer | No | Maximum jobs to return (default: 10) |
Example Query
Response
Use Cases
- Debug import issues
- Identify common data quality problems
- Support ticket investigation
get_organization_activity
Get a summary of recent activity and overall health assessment.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | Yes | Organization UUID |
days | integer | No | Days to look back (default: 7) |

