Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_projects_update

Idempotent

Update an existing project's name or attachments using its unique ID. Specify the ID and the fields to change to keep your Wafeq data accurate.

Instructions

๐ŸŸก WRITE ยท updates data ยท Projects ยท PUT /projects/{id}/

Update project

Endpoint for updating an existing project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bodyYesAn entity that can have attachments.
idempotency_keyNoOptional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well.

Schema Changelog

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

  1. First observedv2.0.0

TDQS

B3/5.0
Behavior2/5

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

Annotations already state readOnlyHint=false, idempotentHint=true, and destructiveHint=false, and the description adds only 'WRITE / updates data / PUT', which largely repeats those cues. It does not disclose that PUT likely replaces the project or that omitted fields may be cleared, which is important given a partial_update sibling exists.

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 definition is short and front-loaded with the HTTP method and endpoint, which is good. But 'Update project' and 'Endpoint for updating an existing project.' are near-duplicates, and the emoji/prefix is mostly noise.

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?

With no output schema and a sibling partial_update tool, the agent needs at least a statement of full-update semantics and when to choose it. The description gives only the bare endpoint and a generic update sentence, leaving the PUT/PATCH distinction and body construction requirements implicit.

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?

The schema provides rich semantics for idempotency_key and descriptions for name and attachments, but not for id or body beyond 'An entity that can have attachments.' The tool description itself adds no parameter explanation, so it stays at the baseline for 67% schema description coverage.

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 identifies the action ('updates data'), the resource ('Projects'), and the exact endpoint ('PUT /projects/{id}/'), so the agent can determine the tool updates an existing project. It doesn't distinguish this full update from the sibling partial_update tool, but it names the resource and verb unambiguously.

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 'updating an existing project' implies this is for modifying a project that already exists, which gives some usage context. However, it does not explicitly contrast with the sibling wafeq_projects_partial_update (or create/retrieve), so the agent gets no help choosing between full and partial update.

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