Skip to content

Conversation

hiromitsusasaki
Copy link
Owner

Implements bookmark deletion functionality as requested in issue #4.

Changes

  • Add delete-bookmark tool definition with validation schema
  • Create API client method for DELETE /raindrop/{id} endpoint
  • Add comprehensive error handling for 404 and permission errors
  • Update documentation with new tool description
  • Add unit tests for API method and tool handler

Testing

Please run npm test and npm run lint to verify the implementation.

Fixes #4

Generated with Claude Code

- Add delete-bookmark tool definition with validation schema
- Create API client method for DELETE /raindrop/{id} endpoint  
- Add comprehensive error handling for 404 and permission errors
- Update documentation with new tool description
- Add unit tests for API method and tool handler

Fixes #4

Co-authored-by: hiromitsusasaki <hiromitsusasaki@users.noreply.github.com>
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.

Implement bookmark deletion functionality
1 participant