Skip to main content
Glama
lucianfialho

Build in Public MCP Server

by lucianfialho

mcp__bip__configure

Set your language and enable or disable automatic tweet suggestions for commits, achievements, and learning moments.

Instructions

Configure user preferences for Build in Public (language and features)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
featuresNoFeature flags to enable/disable specific tweet types
languageNoPreferred language for tweets and messages
Behavior2/5

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

Without annotations, the description bears full transparency burden. It fails to disclose that this is a mutation operation, whether changes are persisted, or any side effects like requiring authentication. The description only states the purpose, not the behavioral impact.

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?

Single sentence of 10 words, no redundancy. Purpose is front-loaded, and every word contributes meaning.

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?

For a configuration tool that mutates user preferences, the description is too minimal. It does not explain that all parameters are optional, what default values are, or if the changes are applied immediately. Given no output schema or annotations, more context is needed for agent decision-making.

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?

Schema description coverage is 100% with detailed descriptions for each parameter. The tool description adds no additional meaning beyond parsing the schema. Hence baseline score of 3 is appropriate.

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 verb 'Configure' and resource 'user preferences' with specific scope 'language and features'. It is distinct from sibling tools like get_context or suggest, which are retrieval or action tools.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. It does not mention prerequisites, default states, or when configuration changes take effect. Sibling tools like setup_auth might be relevant pre-requisites but are not referenced.

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/lucianfialho/build-in-public-mcp'

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