Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_organization_retrieve

Read-onlyIdempotent

Retrieve a single organization's details from the Wafeq API. Get the current organization record for use in automation or integration tasks.

Instructions

๐ŸŸข READ-ONLY ยท Organizations ยท GET /organization/

Retrieve organization

Endpoint for retrieving a single organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv2.0.0

TDQS

A3.7/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 method and path, but does not go beyond annotations with details like auth requirements, response behavior, or any limitations. This is consistent with the annotations, so no contradiction.

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, but it is redundant: 'Retrieve organization' and 'Endpoint for retrieving a single organization' say essentially the same thing. The first line packs useful metadata, but the duplicate sentences could be compressed without losing meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only retrieve endpoint, the description is mostly adequate. However, it does not explicitly state that no ID is needed and that the current organization is returned, nor does it describe the response shape despite there being no output schema. These gaps are minor but prevent full completeness.

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?

There are zero parameters and the schema has full coverage (100%), so there is no parameter documentation burden on the description. The baseline of 4 applies; the description does not need to explain parameters that do not exist.

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?

Description clearly states the verb ('Retrieve') and resource ('organization'), and reinforces it with 'Endpoint for retrieving a single organization.' The endpoint path GET /organization/ also makes the target explicit, and it is naturally distinguishable from the many sibling *_retrieve tools by resource name.

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?

Usage is implied: the agent should use this tool when it needs to retrieve an organization. However, there is no explicit guidance about when not to use it, no alternative tool is mentioned, and it does not clarify that the organization is resolved from the current auth context despite having no parameters.

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