Skip to main content
Glama
ms-methos

jsonfabrica-mcp-server

Bump a JsonFabrica sequence

jsonfabrica_bump_sequence

Advance a named sequence by its step and return the updated record, providing the next sequential value for generating consistent synthetic JSON test data.

Instructions

Calls POST /v1/sequences/{name}/bump. Advances the sequence by its step and returns the updated record.

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

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly reveals that this is a POST/mutating operation, that it advances the sequence by its configured step, and that it returns the updated record. It does not mention authentication, idempotency, or irreversibility, but the core side effect is explicitly disclosed.

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?

Two short sentences contain the endpoint, the action, the sequencing behavior, and the return value. There is no filler, and the most identifying information is front-loaded.

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?

This is a simple tool with one required parameter and no output schema or annotations. The description covers what the tool does, how it does it via the endpoint, and what it returns. Minor gaps such as error behavior and prerequisite existence of the sequence prevent a perfect score, but the essential calling context is present.

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 0%, so the description must compensate. The path segment '/sequences/{name}/bump' indicates that 'name' is the sequence name, which is useful, but it does not explain what sequences are eligible, whether the name must already exist, or any formatting constraints. It adds some meaning beyond the bare schema but not complete parameter guidance.

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 names a specific verb ('bump'), a specific resource ('sequence'), and gives the exact HTTP endpoint. It also states the observable effect—advancing the sequence by its step and returning the updated record—making it clearly distinct from sibling operations like update_sequence or get_sequence.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as update_sequence, get_sequence, or create_sequence. The action is described, but no context, prerequisites, or exclusions are provided, so an agent must infer when bumping is appropriate.

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