Skip to main content
Glama

Chronos Protocol

by n0zer0d4y

get_activity_logs

Retrieve activity logs from Chronos Protocol with filtering options including activity type, task scope, date range, and result limits for tracking and analysis.

Instructions

Retrieve activity logs with optional filtering

Input Schema

NameRequiredDescriptionDefault
activityTypeNoFilter by activity type
endDateNoFilter by end date (ISO 8601 format)
limitNoMaximum number of logs to return
startDateNoFilter by start date (ISO 8601 format)
task_scopeNoFilter by task scope

Input Schema (JSON Schema)

{ "properties": { "activityType": { "description": "Filter by activity type", "type": "string" }, "endDate": { "description": "Filter by end date (ISO 8601 format)", "type": "string" }, "limit": { "description": "Maximum number of logs to return", "type": "integer" }, "startDate": { "description": "Filter by start date (ISO 8601 format)", "type": "string" }, "task_scope": { "description": "Filter by task scope", "enum": [ "epic-planning", "feature-implementation", "component-implementation", "debugging", "integration-tasks", "optimization-tasks", "setup-tasks", "testing-tasks" ], "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/n0zer0d4y/chronos-protocol'

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