Skip to main content
Glama
Jrains-ux

code-context-storage-mcp

by Jrains-ux

skill_trigger

Trigger a skill by passing a name, trigger text, payload, and metadata to execute context-aware actions with optional dry-run validation.

Instructions

skill trigger

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actorNo
dry_runNo
payloadYes
request_idYes
skill_nameYes
operation_idYes
tool_versionNo
trigger_textYes
config_versionNo
schema_versionNo
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'skill trigger' reveals nothing about side effects, permissions, payload requirements, or return behavior. This is a serious gap for a mutation-like tool with 10 parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While the description is extremely short, this is under-specification, not conciseness. It omits essential information and is far from minimally viable for a tool with this parameter count and no other documentation.

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?

Completely inadequate. Ten parameters, no output schema, no annotations, and a tautological description. An agent cannot determine what this tool does, how to call it, or what the expected outcome is. It is not viable for safe invocation.

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 description coverage is 0%, and the description adds zero explanation for any of the 10 parameters. The agent has no idea what 'trigger_text', 'skill_name', or 'payload' mean in this context. The description does nothing to compensate for the schema's lack of documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is a tautology ('skill trigger' restates the tool name). It provides no verb, resource, or scope information that would distinguish it from the many sibling tools like skill_status or skill_events.

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

Usage Guidelines1/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 vs. alternatives. None of the 80+ sibling tools are referenced or compared, and no context for appropriate invocation is given.

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/Jrains-ux/code-context-storage-mcp'

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