Skip to main content
Glama

MCP Probe Kit

by mybolide

split

Break large files into smaller, manageable components or sections using configurable splitting strategies for better code organization and maintainability.

Instructions

【文件拆分】将大文件拆分成多个小文件或小组件

Input Schema

NameRequiredDescriptionDefault
fileNo文件内容或路径
strategyNo拆分策略:auto, type, function, component, feature(默认 auto)

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "文件内容或路径", "type": "string" }, "strategy": { "description": "拆分策略:auto, type, function, component, feature(默认 auto)", "type": "string" } }, "required": [], "type": "object" }

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/mybolide/mcp-probe-kit'

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