Skip to main content
Glama
jackleeio

bnbot-mcp-server

by jackleeio

open_article_editor

Open the Twitter/X article editor by navigating to the compose page and clicking create. Use this to start writing long-form posts.

Instructions

Open the Twitter/X article editor using the stable flow (navigate to compose page then click create).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.2

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden, and it does disclose the internal mechanism (navigate to compose page, then click create). However, it says nothing about authentication/session prerequisites, what happens if the editor is already open, or whether this mutates server-side state — meaningful gaps for a UI-driving tool.

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?

One sentence, front-loaded with the action and resource, with the implementation detail relegated to a parenthetical. No wasted words.

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?

For a zero-parameter navigation tool with no output schema and no annotations, the description is nearly sufficient — it identifies the destination and the path. It would be closer to complete if it stated the resulting editor state or the typical follow-up tools.

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 tool takes zero parameters and the schema is empty with full coverage, so there is nothing for the description to compensate for. Baseline of 4 applies.

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?

States a specific verb and resource (opens the Twitter/X article editor) and even names the mechanism, which is clearer than most navigation tools. It does not differentiate itself from the surrounding article siblings (create_article, publish_article, fill_article_title/body), so an agent must infer that this only opens the editor rather than creating or publishing.

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?

There is no explicit when-to-use or when-not-to-use statement and no sibling is named as an alternative. The parenthetical 'stable flow' weakly implies this is the preferred path over fragile alternatives, but the agent is left to infer that this is a prerequisite for the fill_*/publish_article tools.

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