Skip to main content
Glama

Chronos Protocol

by n0zer0d4y

start_activity_log

Initiate activity tracking for AI coding tasks by creating timestamped logs with categorization for debugging, implementation, testing, and other development workflows.

Instructions

Start a new activity log with system timestamp and unique Time ID

Input Schema

NameRequiredDescriptionDefault
activityTypeYesType of activity being performed (e.g., 'code_review', 'debugging', 'planning')
descriptionNoDetailed description of the activity
tagsNoTags for categorizing the activity
task_scopeYesScope of the task

Input Schema (JSON Schema)

{ "properties": { "activityType": { "description": "Type of activity being performed (e.g., 'code_review', 'debugging', 'planning')", "type": "string" }, "description": { "description": "Detailed description of the activity", "type": "string" }, "tags": { "description": "Tags for categorizing the activity", "items": { "type": "string" }, "type": "array" }, "task_scope": { "description": "Scope of the task", "enum": [ "epic-planning", "feature-implementation", "component-implementation", "debugging", "integration-tasks", "optimization-tasks", "setup-tasks", "testing-tasks" ], "type": "string" } }, "required": [ "activityType", "task_scope" ], "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