Skip to main content
Glama

MCP Standards

by airmcp-com

log_tool_execution

Record tool executions to help AI systems learn from user corrections and automatically update configuration files based on detected patterns.

Instructions

Log tool execution for learning

Input Schema

NameRequiredDescriptionDefault
argsYes
resultYes
tool_nameYes

Input Schema (JSON Schema)

{ "properties": { "args": { "type": "object" }, "result": { "type": "object" }, "tool_name": { "type": "string" } }, "required": [ "tool_name", "args", "result" ], "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/airmcp-com/mcp-standards'

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