Skip to main content
Glama

scaffold_editor_integration

Preview or write editor configurations to integrate the Matrix Scroll MCP server into Cursor, VS Code, or Claude, with a diff preview before saving.

Instructions

Preview or write editor configurations to integrate the Matrix Scroll MCP server.

This tool is write-capable. By default, it runs in preview-only mode returning a unified diff.
It will only write the configuration to disk if the `write` parameter is explicitly set to True.

Parameters:
    workspace (str): The absolute path to the local project workspace.
    editor (str): The target editor/host name. Supported values: "cursor", "vscode", "claude".
    write (bool, optional): If True, writes the updated configuration directly to the project's
                            editor settings directory. If False (default), returns a diff preview only.

Returns:
    dict[str, Any]: A dictionary containing the target configuration path, config payload,
    unified diff preview, and write success status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
writeNo
editorYes
workspaceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description discloses key behaviors: write-capability, default preview-only mode, the write parameter controlling disk write, and the return of a unified diff. This is sufficient given no annotations are present.

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

Conciseness4/5

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

The description is well-structured with a lead sentence, behavioral note, parameter list, and return type. It is concise without unnecessary words, though it could be slightly tighter.

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

Completeness4/5

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

Given the tool has 3 parameters and an output schema, the description covers the purpose, modes, parameter details, and return value adequately. No major gaps are apparent.

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

Parameters4/5

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

Despite 0% schema description coverage, the description includes a Parameters section that explains workspace, editor (with supported values), and write (with default and behavior). This adds necessary meaning beyond the schema's bare types.

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?

The description clearly states the tool previews or writes editor configurations for integrating the Matrix Scroll MCP server. While it does not explicitly distinguish from siblings, its focus on editor configuration is distinct from the listed analysis and planning tools.

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?

The description explains the preview vs write modes but provides no guidance on when to use this tool versus alternatives. No exclusions or when-not-to-use information 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/SSX360/matrixscroll'

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