Skip to main content
Glama
Eyalm321
by Eyalm321

zernio_connect_bluesky

Link a Bluesky account to a Zernio profile using a username and app password for authentication.

Instructions

Connect a Bluesky account using username and app password (Bluesky uses credentials instead of OAuth).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileIdYesThe Zernio profile ID to attach the account to
usernameYesBluesky username/handle (e.g. user.bsky.social)
appPasswordYesBluesky app password (generate in Bluesky Settings -> App Passwords)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not mention side effects (e.g., whether credentials are stored, if it overwrites existing connections), authentication requirements beyond what's stated, or any destructive potential. The term 'Connect' implies a state change but lacks detail.

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 a single, well-structured sentence with a parenthetical note. It is concise, front-loaded with the key action, and contains no unnecessary words. Every part adds value.

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

Completeness2/5

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

Without an output schema, the description does not indicate the return value or success/failure signals. It does not explain whether the connection is persistent, synchronous, or what happens if the account is already connected. For a tool that modifies state (connects an account), this omission leaves gaps for an AI agent.

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

Parameters3/5

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

Input schema coverage is 100% with clear descriptions for all three parameters. The description adds a general note about Bluesky's authentication method but does not significantly enhance the meaning of individual parameters beyond the schema. The extra context is mildly beneficial but not critical.

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

Purpose5/5

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

The description clearly states the action ('Connect'), the specific resource ('Bluesky account'), and the method ('using username and app password'). It also explains why this method is used instead of OAuth. The tool name and description uniquely identify it among sibling connect tools.

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 does not explicitly state when to use this tool over alternatives like zernio_connect_whatsapp or others. The context of using credentials vs OAuth is a slight hint, but there is no guidance on prerequisites, scenarios where this tool is appropriate, or when not to use it.

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/Eyalm321/zernio-mcp'

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