Skip to main content
Glama

Bluesky Social MCP

get_profile

Retrieve user profile data from Bluesky Social MCP. Specify a handle for a targeted profile or leave blank to fetch the authenticated user's information.

Instructions

Get a user profile.

Args: ctx: MCP context handle: Optional handle to get profile for. If None, gets the authenticated user Returns: Profile data

Input Schema

NameRequiredDescriptionDefault
handleNo

Input Schema (JSON Schema)

{ "properties": { "handle": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Handle" } }, "title": "get_profileArguments", "type": "object" }

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/gwbischof/bluesky-social-mcp'

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