Skip to main content
Glama
ms-methos

jsonfabrica-mcp-server

Delete a JsonFabrica sequence

jsonfabrica_delete_sequence

Delete a named sequence from JsonFabrica to clean up unused or outdated data templates.

Instructions

Calls DELETE /v1/sequences/{name}. Returns no content on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Schema Changelog

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

  1. First observedv0.1.4

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral transparency burden. It discloses the DELETE method and the success response (no content), which signals a destructive operation. It does not explicitly state that deletion is permanent or irreversible, nor does it cover auth requirements or error behavior.

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 is two concise sentences with no filler. It front-loads the essential HTTP call and immediately states the success response, making every word valuable.

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 simple one-parameter delete operation with no output schema, the description covers the crucial invocation details: HTTP method, resource path, required parameter, and success response. It omits non-essential details like 404 behavior or idempotency, which are less critical for correctly invoking the tool.

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 description coverage is 0%, but the description compensates by showing that `name` is the path parameter in `/v1/sequences/{name}`. This tells the agent that the parameter identifies the sequence to delete, which is meaningful beyond the bare schema field of type string.

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?

The description states the exact HTTP DELETE call and resource path, making it clear that this tool deletes a specific JsonFabrica sequence by name. It is immediately distinguishable from sibling tools like create_sequence, update_sequence, and delete_template because the endpoint and resource are explicit.

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 the tool: when a sequence needs to be deleted by name. However, it does not explicitly provide when-to-use or when-not-to-use guidance, mention prerequisites, or contrast itself with alternatives such as delete_template.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ms-methos/jsonfabrica-mcp-server'

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