Skip to main content
Glama
SayAMSTASI

alterios-mcp

by SayAMSTASI

alterios_upsert_field

Create or update a field for an Alterios content type. Uses explicit write gates and supports dry-run planning.

Instructions

Plan or create/update an Alterios content type field. Execution requires explicit write gates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
helpNo
nameYes
mnameNo
orderNo
dry_runNo
profileNo
tooltipNo
field_idNo
requiredNo
settingsNo
field_typeYes
project_idNo
descriptionNo
form_displayNo
default_valueNo
content_type_idYes
allow_unmanaged_updateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must fully disclose behavior. It mentions planning vs execution and write gates, but lacks details on what gets modified, whether changes are reversible, or what happens when dry_run is false. The tool's mutation effects are not adequately described.

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 succinct sentences that front-load the purpose and add a critical usage note. Every word earns its place with no redundancy.

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

Completeness1/5

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

Despite having an output schema, the description is severely incomplete for a complex mutation tool with 17 parameters and no annotations. It fails to explain the planning vs execution semantics, the role of dry_run, or any prerequisites, leaving the agent with insufficient context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, yet the description adds no meaning to any of the 17 parameters. It does not explain key parameters like field_type, content_type_id, dry_run, or how field_id relates to update vs create.

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 verb 'plan or create/update' and the resource 'Alterios content type field', distinguishing it from sibling tools like alterios_upsert_view_field. The purpose is unambiguous.

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 explicit guidance is given on when to use this tool versus its many siblings. The mention of 'write gates' hints at authorization but does not help an agent choose among similar upsert tools for different resource types.

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/SayAMSTASI/alterios-mcp'

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