Skip to main content
Glama

MCP SmallEdit

by MikeyBeez

awk_process

Execute complex file operations like column manipulation, calculations, or conditional processing by applying custom AWK scripts. Output results to a file or stdout with targeted edits.

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