Skip to main content
Glama

Log in via browser

login

Connect a Misar.Blog account with browser-based authorization, no API key to copy. Use when unauthenticated to open the consent page, wait for approval, and save the returned key locally.

Instructions

Connect a Misar.Blog account by browser consent, with no API key to copy and paste.

Use it when status reports no key, or when a tool fails as unauthenticated. It opens the authorisation page in the user's browser, waits for them to review the permissions and click Authorize, then stores the returned key in ~/.misarblog/config.json.

Two things to know before calling it. It BLOCKS until a human acts in the browser, so it can hang for as long as they take — never call it speculatively or in a retry loop. And force=true ROTATES the key, invalidating the existing one everywhere else it is used; without force, an already-valid session returns immediately and changes nothing. It listens on a short-lived local port to receive the callback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoLocal port for the one-shot callback listener, 9001-9099. Random by default; set it only when a firewall requires a fixed port.
forceNoRe-authenticate even when already logged in. This ROTATES the API key and breaks any other client using the old one — only on explicit request.
base_urlNoBase URL of a self-hosted Misar.Blog. Omit for the hosted service.
Behavior5/5

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

The description goes well beyond the annotations by disclosing that the tool BLOCKS until human action, that force=true ROTATES and invalidates existing keys, that an existing valid session returns immediately without changes, and that it listens on a short-lived local port. These are critical behavioral traits. There is no contradiction with the annotations.

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 front-loaded with a clear one-sentence purpose, then usage conditions, then critical warnings. Each paragraph earns its place, and nothing is redundant with the schema. The entry is moderately long but all pieces are necessary for safe invocation.

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?

The description fully covers the success flow, key storage location, blocking behavior, force semantics, port selection, and base_url handling. It does not explicitly state what happens if the user cancels or fails to respond, nor the exact return value format, but the absence of an output schema makes this a minor gap. Overall the agent has enough context to invoke the tool appropriately.

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?

Even though the schema already provides 100% parameter coverage, the description adds behavioral nuance: force=false does not change anything if already authenticated, the port is where the short-lived callback listener runs, and base_url should be omitted for the hosted service. This enriches the schema's semantic values rather than just repeating parameter names.

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 tool's purpose: 'Connect a Misar.Blog account by browser consent', specifying the verb, resource, and unique method. This distinguishes it from all sibling tools, which are post-reading/publishing/analytics operations, not authentication.

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

Usage Guidelines5/5

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

It gives explicit when-to-use conditions: 'Use it when status reports no key, or when a tool fails as unauthenticated.' It also gives strong when-not-to-use guidance: 'never call it speculatively or in a retry loop.' No alternatives are named, but no other sibling provides this function, so the guidance is sufficiently clear.

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/Misar-AI/misarblog-mcp'

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