Skip to main content
Glama

MCP SmallEdit

by MikeyBeez

awk_process

Manipulate file columns, perform calculations, or apply conditional processing using AWK scripts with MCP SmallEdit. Input a file path and script to generate custom outputs efficiently.

Instructions

Process files using AWK for more complex operations like column manipulation, calculations, or conditional processing

Input Schema

NameRequiredDescriptionDefault
fileYesInput file path
outputFileNoOutput file path (optional, defaults to stdout)
scriptYesAWK script to execute

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "Input file path", "type": "string" }, "outputFile": { "description": "Output file path (optional, defaults to stdout)", "type": "string" }, "script": { "description": "AWK script to execute", "type": "string" } }, "required": [ "file", "script" ], "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/MikeyBeez/mcp-smalledit'

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