Skip to main content
Glama

bluesky_get_profile

Retrieve detailed user profile information from the BlueSky social network using the official API, enabling access to data with authentication and error handling.

Instructions

Get a user's profile information

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "type": "object" }

Implementation Reference

  • Handler logic for the 'bluesky_get_profile' tool. Fetches the profile of the authenticated Bluesky user (IDENTIFIER from env) using the atproto Client's get_profile method.
    if name == "bluesky_get_profile": response = await asyncio.to_thread( bluesky.client.app.bsky.actor.get_profile, {'actor': IDENTIFIER} )
  • Tool registration in handle_list_tools(), defines name, description, and empty input schema (no parameters needed as it uses env vars).
    types.Tool( name="bluesky_get_profile", description="Get a user's profile information", inputSchema={ "type": "object", "properties": {}, }, ),
  • Input schema for bluesky_get_profile: empty object (no input parameters required).
    inputSchema={ "type": "object", "properties": {}, },

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/berlinbra/BlueSky-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server