Skip to main content
Glama
Inistate

Inistate MCP Server

Official
by Inistate

Create Module

create_module

Create a new module with workflow states, activities, flows, or record list fields. Validates design rules internally, requiring Administrator, Consultant, or Workspace Admin role.

Instructions

Create a new module. Supports workflow modules (states, activities, flows) and record list modules (fields only). Requires Administrator, Consultant, or Workspace Admin role. Validates internally with the same rules as validate_design and returns structured errors without creating anything — a separate validate_design call beforehand is optional. See inistate://schema/configure for field types, color palette, and design rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoEmoji identifier
nameYesModule name
flowsNoState transition rules: { from, to, activity } by name. Omit for record list modules.
statesNoWorkflow states. Omit for record list modules.
activitiesNoCustom activities. Omit for record list modules.
descriptionNo
informationNoField definitions. Items matched by id on update enable renaming.
workspaceIdNoWorkspace ID. Omit if set via env or set_workspace; required in stateless/remote mode.
Behavior4/5

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

Annotations indicate readOnlyHint=false, destroyingHint=false. The description adds that it validates internally and returns structured errors without creating anything if validation fails, plus role requirements, going beyond the annotations.

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 concise (3 sentences) with front-loaded purpose, then requirements, validation behavior, and reference. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with 8 parameters and nested structures, the description covers essential aspects but does not mention the return value (e.g., created module object) or provide exhaustive parameter details.

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 coverage is 88% (high), so baseline is 3. Description adds a reference to external docs for field types and clarifies that certain arrays are omitted for record list modules, but does not deeply explain each parameter.

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 clearly states it creates a new module and specifies two types (workflow and record list), distinguishing it from siblings like update_module or scaffold_module.

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

Usage Guidelines4/5

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

It explicitly lists required roles and notes that validate_design is optional, providing good context for when to use, but does not explicitly state when not to use or provide direct alternatives.

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/Inistate/inistate-mcp'

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