Skip to main content
Glama
centia-io

Centia MCP Server

Official
by centia-io

patchSequence

Modify existing database sequences with options for data type, increment, min/max values, cache size, and ownership.

Instructions

Update existing sequence(s).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemaYesSchema name
sequenceYesSequence names
nameYesSequence name.
data_typeNoData type used by the sequence.bigint
increment_byNoValue added to the current sequence value to create a new value.
min_valueNoMinimum value the sequence can generate.
max_valueNoMaximum value the sequence can generate.
start_valueNoThe initial value of the sequence
cache_sizeNoHow many sequence numbers to preallocate and cache.
owned_byNoAssociates the sequence with a table column so it is dropped with that column/table. Format: schema.table.column.
Behavior1/5

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

No annotations provided, so description must disclose behavior. It only says 'update' without clarifying whether it performs partial updates, requires existing records, or if there are side effects. No mention of permissions or error handling.

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?

A single sentence that directly conveys the purpose. No unnecessary words or redundancy. Although lacking detail, it is maximally concise.

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 10 parameters, no output schema, and no annotations, the description is insufficient. It omits return values, error behaviors, and usage context, leaving the agent underinformed for correct invocation.

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 the schema already documents all parameters. The description adds no additional meaning beyond what is in the schema, meeting the baseline but not exceeding it.

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 existing sequence(s)', specifying the action and resource. However, it uses plural 'sequence(s)' while the schema has a single field 'sequence' (string), creating slight ambiguity. It distinguishes from sibling tools by being a patch operation, but no explicit differentiation.

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?

No guidance on when to use this tool vs alternatives like patchClient or postSequence. Does not mention prerequisites (e.g., sequence must exist) or conditions for updating. Implied context is generic.

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/centia-io/mcp-server'

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