Skip to main content
Glama

get_wbso_status

Retrieve the current WBSO documentation status to identify missing or pending entries for R&D time tracking.

Instructions

Get current WBSO documentation status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It merely says 'Get current WBSO documentation status', implying a read-only operation, but does not explain what the status contains, whether any side effects occur, or how the result is formatted. This is a significant gap for an agent relying on the description.

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 sentence that is direct and free of extraneous information. It is appropriately concise for a tool with no parameters and a straightforward purpose.

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?

The description is too sparse given the absence of an output schema and annotations. It does not specify what 'WBSO documentation status' entails, how the status is returned (e.g., a string, a structured object), or any relevant context. An agent cannot fully anticipate the tool's response, making the description incomplete even for a simple getter.

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 zero parameters, so the baseline is 4. The description adds the 'current' qualifier, which hints that the status reflects real-time state, but there is nothing more to explain since there are no parameters to document.

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 'Get current WBSO documentation status' uses a clear verb ('Get') and a specific resource ('current WBSO documentation status'), distinguishing it from sibling tools that analyze, classify, check, or log activities. However, it does not explicitly contrast with 'get_wbso_criteria', which could be confused with a status lookup.

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 is provided on when to use this tool versus alternatives. The description does not mention that this should be used for retrieving the status of WBSO documentation, nor does it exclude the criteria-getting tool. The agent is left to infer usage from the tool name alone.

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/rubenmaas/wbso-mcp-server'

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