Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_branches_retrieve

Read-onlyIdempotent

Retrieve a single branch by its ID to access branch details.

Instructions

๐ŸŸข READ-ONLY ยท Branches ยท GET /branches/{id}/

Retrieve branch

Endpoint for retrieving a single branch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the HTTP GET endpoint and reinforces the read-only nature, but does not disclose additional behavioral details such as authentication requirements, error behavior, or response format.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the read-only badge and endpoint, which is good. However, 'Retrieve branch' and 'Endpoint for retrieving a single branch' are redundant restatements of the same idea, and the READ-ONLY label duplicates the annotation. It could be tightened to a single informative sentence.

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 simple read-only retrieve operation with only one required parameter, the description is largely sufficient. It clearly identifies the resource, the HTTP method, and the single-entity scope. The lack of an output schema is mitigated by the straightforward nature of a retrieve endpoint, though a note about the response shape would make it fully complete.

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?

With 0% schema description coverage, the description must compensate, and it does partially by showing 'id' as a path parameter in 'GET /branches/{id}/'. However, it does not explain what the ID represents, where to find it, or what format it should take, leaving the agent with minimal added meaning beyond the raw schema.

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 ('Retrieve branch'), the resource ('branch'), and the exact endpoint ('GET /branches/{id}/'), making it obvious that this tool fetches a single branch by ID. It also distinguishes itself from sibling tools like wafeq_branches_list, wafeq_branches_create, and wafeq_branches_update through the phrase 'retrieving a single branch.'

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 phrase 'single branch' implies this tool is for retrieving one specific branch rather than listing all branches, but no explicit guidance is given about when to use this versus wafeq_branches_list or other branch-related tools. The usage context is present but not fully articulated.

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/ohneben/Wafeq-MCP'

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