Skip to main content
Glama

Revenue Engine MCP

matrix_time_analysis

Analyze time spent across Matrix entries by tracking totals grouped by topic, bug, or time period. Parses time markers from entries to provide insights into work distribution.

Instructions

Analyze time spent across Matrix entries. Tracks total time by topic, bug UID, or week. Parses time markers like [30m], [2h] from entries.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date YYYY-MM-DD (optional, defaults to today)
groupByNoHow to group the analysis
startDateNoStart date YYYY-MM-DD (optional, defaults to beginning)

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date YYYY-MM-DD (optional, defaults to today)", "type": "string" }, "groupBy": { "description": "How to group the analysis", "enum": [ "topic", "bug", "week", "day" ], "type": "string" }, "startDate": { "description": "Start date YYYY-MM-DD (optional, defaults to beginning)", "type": "string" } }, "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/PromptishOperations/mcpSpec'

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