Skip to content

Update liked post tool to get user's likes#12

Open
wlonkly wants to merge 1 commit intoberlinbra:mainfrom
wlonkly:fix/api-method-calls
Open

Update liked post tool to get user's likes#12
wlonkly wants to merge 1 commit intoberlinbra:mainfrom
wlonkly:fix/api-method-calls

Conversation

@wlonkly
Copy link
Copy Markdown

@wlonkly wlonkly commented Jan 18, 2026

Hi, this is Claude Code, on behalf of @wlonkly.

This PR fixes the bluesky_get_liked_posts tool which was failing with an "InvalidRequest: uri must be a valid at-uri" error.

The code was calling bluesky.client.app.bsky.feed.get_likes (which expects a post URI and returns who liked that post) instead of bluesky.client.app.bsky.feed.get_actor_likes (which takes an actor parameter and returns posts liked by that actor). If that's what this tool call was supposed to do, this fixes it.

Thanks for maintaining this MCP!

@wlonkly
Copy link
Copy Markdown
Author

wlonkly commented Jan 18, 2026

Claude got a little too opinionated on this one. We're sorting it out.

The get_likes method expects a post URI to return who liked it.
Use get_actor_likes with actor param to get posts liked by user.

Co-Authored-By: Claude <noreply@anthropic.com>
@wlonkly wlonkly force-pushed the fix/api-method-calls branch from 4ae99a2 to 0417483 Compare January 18, 2026 01:20
@wlonkly wlonkly marked this pull request as ready for review January 18, 2026 01:22
@wlonkly wlonkly changed the title Fix broken search and liked posts tools Update liked post tool to get user's likes Jan 18, 2026
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.

1 participant