Skip to main content
Glama
awaku7

mcpbluesky

by awaku7

bsky_login

Log into Bluesky to start a session, using provided credentials or environment variables. Automatically logs out existing sessions before re-login.

Instructions

Blueskyにログインしてセッションを開始します。

    既存のセッションがある場合は一度ログアウトしてから再ログインします。

    handle/password が未指定(None)の場合は、環境変数から補完します。

    - BSKY_HANDLE: ユーザーのハンドル名 (例: yourname.bsky.social)
    - BSKY_APP_PASSWORD: アプリパスワード
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleNo
passwordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and adds valuable behavioral context: it discloses that existing sessions are logged out before re-login, and that credentials can be sourced from environment variables if not provided. It doesn't mention rate limits, error conditions, or session persistence details, but provides more than minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and appropriately sized: a clear purpose statement followed by two behavioral notes in bullet points. Every sentence earns its place with no redundancy or fluff. The information is front-loaded with the core functionality stated first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (authentication with side effects), no annotations, and an output schema (which handles return values), the description is reasonably complete. It covers the main behavior, parameter handling, and environment integration. However, it lacks details about error cases, session duration, or what the output contains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must compensate. It explains that handle/password can be unspecified (None) and will be completed from environment variables, listing the specific variable names and formats. This adds meaningful semantics beyond the schema's basic type definitions, though it doesn't detail validation rules or constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Blueskyにログインしてセッションを開始します' (Login to Bluesky and start a session). It specifies the verb (login) and resource (Bluesky session), but doesn't explicitly differentiate from sibling tools like bsky_refresh_session or bsky_logout, which would require a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides implied usage guidance: it mentions handling existing sessions (logout then re-login) and environment variable fallback for credentials. However, it doesn't explicitly state when to use this vs. alternatives like bsky_refresh_session or bsky_logout, nor does it mention prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other 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/awaku7/mcpbluesky'

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