Skip to main content
Glama
chanonwankaew-ui

Zynx Supabase MCP Server

Create Zynx Project

create_project

Initialize a new Zynx project record to manage orchestration, memory, research, coding, and automation tasks.

Instructions

Create a Zynx project record for orchestration, memory, research, coding, and automation work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject name.
statusNoProject status, usually active/paused/archived.active
metadataNo
descriptionNoOptional project description.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It only states that a record is created, with no details on permissions, side effects, idempotency, or return behavior. This is insufficient for a create operation.

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?

Single sentence that is clear and to the point, with no redundant information.

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?

Despite moderate schema coverage, the description omits expected return values, prerequisites, and behavior on duplicates. With no output schema and no annotations, the description is too terse to fully inform an agent.

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 75%, so baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides (e.g., it does not clarify expected metadata structure or status values).

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?

Description uses specific verb 'Create' and resource 'Zynx project record', clearly distinguishing from sibling tools focused on health, memory, queries, and file access.

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

Usage Guidelines3/5

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

Description mentions the purpose ('orchestration, memory, research, coding, and automation work') implying when a project record is needed, but lacks explicit alternatives or exclusions. No guidance on when to use other tools.

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/chanonwankaew-ui/zynx-supabase-mcp'

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