Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_tax_rates_list

Read-onlyIdempotent

Retrieve paginated tax rates from Wafeq, filtered by tax type, external ID, or creation and modification dates. Access read-only tax rate data for reporting or integration.

Instructions

๐ŸŸข READ-ONLY ยท Tax Rates ยท GET /tax-rates/

List tax rates

Endpoint for retrieving a list of tax rates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
tax_typeNoTax type
page_sizeNoNumber of results to return per page.
external_idNoExternal identifier
created_ts_afterNoThe timestamp in UTC when the tax rate was created
created_ts_beforeNoThe timestamp in UTC when the tax rate was created
modified_ts_afterNoThe timestamp in UTC when the tax rate was last modified
modified_ts_beforeNoThe timestamp in UTC when the tax rate was last modified

Schema Changelog

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

  1. First observedv2.0.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the HTTP method and endpoint path but no additional behavioral context such as pagination defaults, filtering semantics beyond schema names, or response shape.

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 marker and endpoint. However, 'List tax rates' and 'Endpoint for retrieving a list of tax rates' are redundant restatements, so not every sentence earns its place.

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 straightforward read-only list endpoint, the description plus fully described schema and safety annotations are nearly complete. Pagination is implied by the page/page_size parameters, and no output schema exists to require return-value documentation.

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%, so the input schema carries full parameter meaning. The description itself contributes no parameter information, which is acceptable given the high schema coverage; the baseline of 3 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?

The description states a clear verb and resource: 'List tax rates' and 'Endpoint for retrieving a list of tax rates.' It identifies the resource and operation unambiguously; however, it largely restates the annotation title and doesn't actively distinguish from sibling list tools.

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 'List tax rates' and the GET endpoint imply when to call the tool: whenever a list of tax rates is needed. There is no explicit guidance about when not to use it or which alternative to choose, but the operation is so specific that the intended usage is clear.

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