feat: add 10 new Smartsheet MCP API modules and 60+ tools#83
Open
thomaswtwrt wants to merge 6 commits intosmartsheet-platform:mainfrom
Open
feat: add 10 new Smartsheet MCP API modules and 60+ tools#83thomaswtwrt wants to merge 6 commits intosmartsheet-platform:mainfrom
thomaswtwrt wants to merge 6 commits intosmartsheet-platform:mainfrom
Conversation
New API modules: - Webhooks: Create, update, delete webhooks for real-time notifications - Sharing: Share sheets, workspaces, reports, folders with users/groups - Cross-Sheet: Cross-sheet references and cell links for formulas - Bulk Operations: Move/copy rows, bulk add/update/delete, sort rows - Export/Import: Export to CSV/Excel/PDF, import CSV data - Summary Fields: Sheet summary field management - Templates: List and create sheets from templates - Favorites: Manage user favorites - Groups: Group and member management - Events: Audit log and event streaming Also includes attachment, column, and report API modules. All tools tested and verified working against live Smartsheet API. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add src/cli.ts for command-line interface - Add test files for API and tools validation - Replace jest.config.js with jest.config.cjs (CommonJS) - Update package.json with test dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added comprehensive documentation for all new tool categories: - Webhook Tools (6 tools) - Sharing Tools (12 tools) - Cross-Sheet Reference Tools (6 tools) - Bulk Operations Tools (7 tools) - Export/Import Tools (6 tools) - Summary Fields Tools (5 tools) - Template Tools (5 tools) - Favorites Tools (9 tools) - Groups Tools (8 tools) - Events/Audit Tools (6 tools) Updated Features section to highlight new capabilities. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updated coverage for 40+ endpoints now covered by new MCP tools: - Events API: Full coverage with pagination - Favorites: Full CRUD coverage - Groups: Full CRUD with member management - Webhooks: Full CRUD with secret reset - Shares: Sheets, workspaces, folders, reports - Cross-sheet references: Full coverage - Bulk operations: Move/copy rows, sort - Export/Import: CSV, Excel, PDF - Summary fields: Full CRUD - Templates: User and public templates - Columns: Full CRUD - Attachments: List, add, delete 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Comprehensive guide for building HRIS automations, forms, and dashboards following best practices. Includes sheet structures, workflows, and MCP tool references. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Tracks all completed work and provides checklist to verify HRIS implementation by Perplexity Comet. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New Tools Added
Test plan
🤖 Generated with Claude Code