Skip to content

feat: implement get-bookmark tool for retrieving detailed bookmark information#15

Open
hiromitsusasaki wants to merge 1 commit intomainfrom
claude/issue-5-20250604_142014
Open

feat: implement get-bookmark tool for retrieving detailed bookmark information#15
hiromitsusasaki wants to merge 1 commit intomainfrom
claude/issue-5-20250604_142014

Conversation

@hiromitsusasaki
Copy link
Copy Markdown
Owner

Implements bookmark details retrieval functionality as requested in issue #5.

Changes

  • Add GetBookmarkSchema validation for bookmark ID parameter
  • Implement getBookmark API method to fetch bookmark details from Raindrop.io
  • Add get-bookmark tool definition with proper input schema
  • Create comprehensive tool handler with detailed bookmark formatting
  • Enhance RaindropItem interface with all available metadata fields
  • Add comprehensive test coverage for API client and tool handler
  • Update README.md documentation

Technical Details

  • Endpoint: GET /raindrop/{id}
  • Required parameters: bookmark ID
  • Response includes all available bookmark metadata
  • Proper validation and API error handling

Closes #5

Generated with Claude Code

…formation

- Add GetBookmarkSchema validation for bookmark ID parameter
- Implement getBookmark API method to fetch bookmark details from Raindrop.io
- Add get-bookmark tool definition with proper input schema
- Create comprehensive tool handler with detailed bookmark formatting
- Enhance RaindropItem interface with all available metadata fields
- Add comprehensive test coverage for API client and tool handler
- Update README.md documentation

Addresses issue #5

Co-authored-by: hiromitsusasaki <hiromitsusasaki@users.noreply.github.com>
@hiromitsusasaki
Copy link
Copy Markdown
Owner Author

@claude fix lint error

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 details retrieval

1 participant