Skip to main content
Glama

Revenue Engine MCP

read_matrix_snapshot

Retrieve revenue tracking data from Google Sheets for specific topics and date ranges to analyze business performance metrics and pipeline status.

Instructions

Read Matrix entries for a date range. Returns all entries for specified topics and dates.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date YYYY-MM-DD (optional, defaults to today)
startDateNoStart date YYYY-MM-DD (optional, defaults to beginning)
topicsNoArray of topics to include (optional, defaults to all)

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date YYYY-MM-DD (optional, defaults to today)", "type": "string" }, "startDate": { "description": "Start date YYYY-MM-DD (optional, defaults to beginning)", "type": "string" }, "topics": { "description": "Array of topics to include (optional, defaults to all)", "items": { "type": "string" }, "type": "array" } }, "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