Skip to main content
Glama
Inistate

Inistate MCP Server

Official
by Inistate

Get Activity Form

get_form
Read-onlyIdempotent

Retrieve form fields, current values, and options for a module activity to prepare data submission. Call before the first submit on each module-activity pair for accurate entry creation or editing.

Instructions

Get the form fields, current values, and options for a module activity. Call this before the FIRST submit_activity on each (module, activity) pair — the form schema is stable within a session, so reuse it for subsequent entries (per-entry current values come from get_entry/list_entries). User values with no matching field: omit them and note the omission. Never fabricate form data — when a value is uncertain, submit with a lower ai.confidence and state the assumption instead of blocking to ask.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moduleYesModule name from list_modules
entryIdNoEntry ID for edit/view/custom activities. Omit for create.
activityNoActivity name: create, edit, view, or any custom activity name from get_module_schemacreate
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 already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety profile. Description adds context about schema stability within a session and the nature of returned data (fields, values, options), going beyond annotations to inform agent 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?

Three sentences front-loaded with main purpose, followed by concise usage advice and error handling. Every sentence adds value without redundancy.

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

Completeness5/5

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

For a read-only tool with no output schema, the description covers purpose, invocation pattern, behavior, and error guidance. It references sibling tools appropriately and provides enough context for an agent to use the tool correctly.

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 baseline is 3. The description does not add significant new meaning beyond what the input schema already provides for each parameter, but it reinforces usage patterns related to entryId and activity.

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 the function: retrieving form fields, current values, and options for a module activity. It distinguishes from siblings like get_entry by specifying that per-entry current values come from those tools, providing a clear verb-resource-usage scope.

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

Usage Guidelines5/5

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

Explicitly advises calling before the first submit_activity per (module, activity) pair, notes schema stability and reuse, and explains how to handle unmatched values and uncertainty. This provides comprehensive when-to-use and when-not-to-use guidance.

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