+ farcaster-cast-retrieval
> Farcaster cast retrieval
// Retrieves a Farcaster cast (post) by hash or URL including replies and reactions
socialfarcastercastpost
// aliases.json
These phrases resolve to this capability with intent-based discovery.
"farcaster cast"
"farcaster post"
"fc cast"
"warpcast post"
// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "social.farcaster.cast"}'
// integrate.md
Use this capability in your agent or application:
// related capabilities
social.farcaster.channel social
Returns Farcaster channel information including members and recent casts
social.farcaster.feed social
Returns a Farcaster feed for a user, channel, or timeline
social.farcaster.user social
Returns Farcaster user profile data including bio, followers, and verification
social.twitter.user social
Returns Twitter/X user profile data including bio, followers, and recent posts