Skip to main content
Glama
OpenSIN-Code

SIN-Code MCP Server Builder Skill

by OpenSIN-Code

mcp_register

Register a new MCP server in your opencode.json by specifying its name and command. Optionally set environment variables and enable status.

Instructions

Register a new MCP server in opencode.json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNoJSON object of env vars to set.{}
nameYesServer name (used as the mcp section key).
commandYesSpace-separated command + args, e.g. "uvx my-tool-mcp".
enabledNoWhether the server starts enabled.
config_pathNoOptional path to opencode.json (default: auto-discover).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations exist, so the description must disclose behavior. It only states the action, omitting side effects (modifies opencode.json), permission needs, error handling, or what happens on duplicate registration.

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, directly to the point with no filler. Optimal conciseness.

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?

Has output schema (though not shown), so return values need not be described. However, the tool is simple but lacks mention of config file mutation or default behavior, which is borderline adequate.

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 100% (all 5 parameters have descriptions in the schema). The tool description adds no extra semantic value beyond the schema, meeting the baseline of 3.

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?

Description clearly states 'Register a new MCP server in `opencode.json`', with a specific verb and resource. It is not a tautology, but does not explicitly differentiate from sibling tools like mcp_publish or mcp_validate, which could cause slight ambiguity.

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 versus alternatives (e.g., mcp_scaffold, mcp_tool_add). No context on prerequisites or when to avoid using it.

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/OpenSIN-Code/SIN-Code-MCP-Server-Builder-Skill'

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