Skip to main content
Glama
berlinbra

BlueSky MCP Server

bluesky_get_profile

Retrieve user profile information from the BlueSky social network using its official API with authentication and error handling.

Instructions

Get a user's profile information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Executes the bluesky_get_profile tool by calling the Bluesky API's get_profile endpoint for the server's configured account identifier.
    if name == "bluesky_get_profile":
        response = await asyncio.to_thread(
            bluesky.client.app.bsky.actor.get_profile,
            {'actor': IDENTIFIER}
        )
  • Registers the bluesky_get_profile tool with its name, description, and input schema (no required parameters).
        name="bluesky_get_profile",
        description="Get a user's profile information",
        inputSchema={
            "type": "object",
            "properties": {},
        },
    ),
    types.Tool(
  • Defines the input schema for bluesky_get_profile: an empty object (no parameters expected).
        name="bluesky_get_profile",
        description="Get a user's profile information",
        inputSchema={
            "type": "object",
            "properties": {},
        },
    ),
    types.Tool(

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