Skip to main content
Glama
jefedeoro

JauMemory MCP Server

by jefedeoro

tool_create

Register an HTTP API endpoint as a tool with schema validation, credential injection, and health monitoring.

Instructions

Register a new tool in the tool registry. A tool wraps an HTTP API endpoint with optional credential injection, health monitoring, and schema validation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable name for the tool (e.g. "OpenAI Chat Completions")
tagsNoTags for categorization and search
base_urlNoBase URL for the API (e.g. "https://api.openai.com/v1")
is_publicNoWhether this tool is visible to other users (default: false)
tool_typeYesType of tool: rest, graphql, grpc, webhook, script, cli, mcp, template, prompt, nomcp
category_idNoUUID of the category to assign this tool to
descriptionNoDescription of what the tool does
credential_idNoUUID of a vault credential to link for automatic auth injection
metadata_jsonNoArbitrary JSON metadata for the tool
endpoints_jsonNoJSON array of endpoint definitions: [{"path": "/chat/completions", "method": "POST", "description": "..."}]
rate_limit_jsonNoJSON rate limit config, e.g. {"requests_per_minute": 60, "requests_per_day": 1000}
health_check_urlNoURL to ping for health checks
hosting_providerNoHosting provider: berrry, vercel, fly, railway, cloudflare, aws_lambda, self_hosted, external
input_schema_jsonNoJSON Schema for the tool input (optional)
cost_per_call_jsonNoJSON cost config, e.g. {"amount": "0.01", "currency": "USD"}
output_schema_jsonNoJSON Schema for the tool output (optional)
hosting_metadata_jsonNoJSON with provider-specific metadata. For Berrry: {"subdomain":"x","nomcp_credential_id":"uuid","auth_path":"user|agent","visibility":"public|private|unlisted"}
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It mentions that the tool wraps an HTTP API endpoint with optional credential injection, health monitoring, and schema validation, but does not disclose whether creation requires special permissions, what happens if a tool with the same name already exists, or if the operation is idempotent.

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

Conciseness4/5

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

The description is a single, efficient sentence that conveys the core purpose and optional features. It is front-loaded and avoids unnecessary elaboration.

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 17 parameters, no output schema, and no annotations, the description is insufficiently complete. It does not cover return values, error conditions, or prerequisites (e.g., required permissions or credential setup). The high parameter count demands more contextual guidance.

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 all 17 parameters have descriptions in the schema. The tool description adds no new information about parameters beyond what the schema provides. Baseline 3 is appropriate as the schema does the heavy lifting.

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 it registers a new tool in the tool registry and explains that a tool wraps an HTTP API endpoint with optional credential injection, health monitoring, and schema validation. This distinguishes it from siblings like tool_update and tool_list, though the verb 'register' could be more specific than 'create'.

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 register a new tool), but provides no guidance on when not to use it or alternatives. Given the presence of similar sibling tools like tool_update and berrry_create_tool, explicit differentiation would improve this score.

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