Skip to main content
Glama

Bluesky Social MCP

resolve_handle

Convert a user handle into a DID (Decentralized Identifier) for identity verification on Bluesky Social MCP. Input the handle to retrieve associated DID information.

Instructions

Resolve a handle to a DID.

Args: ctx: MCP context handle: User handle to resolve (e.g. "user.bsky.social") Returns: Resolved DID information

Input Schema

NameRequiredDescriptionDefault
handleYes

Input Schema (JSON Schema)

{ "properties": { "handle": { "title": "Handle", "type": "string" } }, "required": [ "handle" ], "title": "resolve_handleArguments", "type": "object" }
Install Server

Other Tools from Bluesky Social MCP

Related Tools

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