Skip to main content
Glama
jefedeoro

JauMemory MCP Server

by jefedeoro

tool_update

Update an existing tool in the registry by specifying only the fields to change—other properties remain untouched.

Instructions

Update an existing tool in the tool registry. All fields are optional — only provided fields are updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name for the tool
tagsNoTags for categorization
tool_idYesUUID of the tool to update
base_urlNoNew base URL
is_activeNoWhether tool is active and callable
is_publicNoWhether tool is publicly visible
tool_typeNoType of tool: rest, graphql, grpc, webhook, script, cli, mcp, template, prompt, nomcp
category_idNoUUID of the category
descriptionNoNew description
metadata_jsonNoArbitrary JSON metadata for the tool
endpoints_jsonNoJSON array of endpoint definitions
rate_limit_jsonNoJSON rate limit config, e.g. {"requests_per_minute": 60, "requests_per_day": 1000}
health_check_urlNoURL for health checks
hosting_providerNoHosting provider: berrry, vercel, fly, railway, cloudflare, aws_lambda, self_hosted, external
input_schema_jsonNoJSON Schema for tool input
cost_per_call_jsonNoJSON cost config, e.g. {"amount": "0.01", "currency": "USD"}
output_schema_jsonNoJSON Schema for tool output
hosting_metadata_jsonNoJSON with provider-specific metadata. For Berrry: {"subdomain":"x","nomcp_credential_id":"uuid","auth_path":"user|agent","visibility":"public|private|unlisted"}
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It discloses the key behavioral trait of partial update ('only provided fields are updated'). However, it does not cover other important behaviors such as idempotency, error handling (e.g., missing tool_id), permission requirements, or whether changes are reversible.

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 consists of two short, front-loaded sentences. The first identifies the action and resource, the second explains the partial update behavior. Every word is purposeful; no redundancy or filler.

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?

Despite the tool having 18 parameters (including complex JSON strings) and no output schema, the description is limited to two sentences. It does not address validation of JSON fields, success/failure responses, or constraints (e.g., required permissions, rate limits). The detail in the schema compensates partly, but the description lacks completeness for a complex mutation operation.

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?

Schema coverage is 100%, providing detailed descriptions for each parameter. The description adds significant semantic value by clarifying the partial update pattern ('All fields are optional — only provided fields are updated'), which is not evident from individual parameter descriptions. This helps the agent understand that omitted fields remain unchanged.

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 clearly states 'Update an existing tool in the tool registry', specifying the verb (update) and resource (tool in the tool registry). This distinguishes it from sibling tools like tool_create (create), tool_list (list), and tool_call (call). However, it does not explicitly differentiate from the generic 'update' sibling, though the resource specification mitigates confusion.

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 description implies when to use this tool (to update a tool's fields, with partial updates supported). It lacks explicit guidance on when not to use it (e.g., for creating new tools use tool_create, or for deletion use a delete tool). No alternatives or prerequisites are mentioned, leaving the agent to infer usage context.

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/jefedeoro/JauMemory-mcp-server'

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