Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

track_agent_performance

Monitor and analyze AI agent performance by tracking key metrics like tokens used, time elapsed, validation score, security score, and test coverage to optimize efficiency and quality.

Instructions

Track and analyze AI agent performance metrics

Input Schema

NameRequiredDescriptionDefault
featureNameYesName of the feature being tracked
improvementsNo
metricsYes
timestampYesISO timestamp of the feature completion

Input Schema (JSON Schema)

{ "properties": { "featureName": { "description": "Name of the feature being tracked", "type": "string" }, "improvements": { "properties": { "qualityIncrease": { "type": "number" }, "timeReduction": { "type": "number" }, "tokenReduction": { "type": "number" } }, "type": "object" }, "metrics": { "properties": { "errors": { "properties": { "runtime": { "type": "number" }, "syntax": { "type": "number" }, "type": { "type": "number" } }, "type": "object" }, "hallucinations": { "properties": { "detected": { "type": "number" }, "examples": { "items": { "type": "string" }, "type": "array" }, "prevented": { "type": "number" } }, "type": "object" }, "securityScore": { "type": "number" }, "testCoverage": { "type": "number" }, "timeElapsed": { "type": "number" }, "tokensUsed": { "type": "number" }, "validationScore": { "type": "number" } }, "required": [ "tokensUsed", "timeElapsed", "validationScore", "securityScore", "testCoverage" ], "type": "object" }, "timestamp": { "description": "ISO timestamp of the feature completion", "type": "string" } }, "required": [ "featureName", "timestamp", "metrics" ], "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/bswa006/mcp-context-manager'

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