Skip to content

Add support for class visits API endpoint#5

Merged
vespo92 merged 2 commits into
masterfrom
claude/add-class-visits-endpoint-01PVncjeEdy3nqXBmas15ey6
Nov 23, 2025
Merged

Add support for class visits API endpoint#5
vespo92 merged 2 commits into
masterfrom
claude/add-class-visits-endpoint-01PVncjeEdy3nqXBmas15ey6

Conversation

@vespo92
Copy link
Copy Markdown
Owner

@vespo92 vespo92 commented Nov 23, 2025

Pull Request

Description

Brief description of what this PR does.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Changes Made

Testing

  • Tested locally with bun run test:tool
  • Tested with Claude Desktop
  • Added/updated tests as needed
  • All tests passing

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Add screenshots to help explain your changes.

Additional Notes

Add any additional notes or context here.

Add support for the /class/classvisits Mindbody API endpoint to retrieve
client visits/attendance for a specific class. This enables looking at
historical data including past client visits.

- Add getClassVisitsTool function to classManagement.ts
- Register the tool in index.ts with proper schema
- Add TypeScript types for ClassVisit and related interfaces
@vespo92 vespo92 merged commit 8f94d42 into master Nov 23, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants