{"identity":{"aid":"apscheduler-v1","version":"4.0"},"logic":{"input_schema":{"type":"object","properties":{"trigger":{"type":"string","description":"Scheduling trigger type: cron, interval, calendar, or one-off"},"task":{"type":"string","description":"The callable or function to be scheduled"},"trigger_args":{"type":"object","description":"Arguments for the chosen trigger (e.g. cron expression, interval duration)"},"job_args":{"type":"array","description":"Positional arguments to pass to the task"},"job_kwargs":{"type":"object","description":"Keyword arguments to pass to the task"},"max_running_jobs":{"type":"integer","description":"Maximum number of simultaneous jobs for the task"},"misfire_grace_time":{"type":"number","description":"Seconds a job is allowed to start late"},"jitter":{"type":"number","description":"Random delay in seconds added to the scheduled run time"}},"required":["trigger","task"]},"output_schema":{"type":"object","properties":{"job_id":{"type":"string","description":"Unique identifier for the scheduled job"},"status":{"type":"string","description":"Current status of the job (e.g. scheduled, running, complete, failed)"},"next_run_time":{"type":"string","format":"date-time","description":"ISO 8601 datetime of the next scheduled run"},"result":{"type":"object","description":"Return value of the executed task, if any"}}}},"trust":{"reliability_score":0.9,"latency_ms":null,"status":"active"},"action":{"source_url":"https://github.com/agronholm/apscheduler","install_cmd":"pip install apscheduler","execute_cmd":"python -c \"from apscheduler.schedulers.blocking import BlockingScheduler; scheduler = BlockingScheduler(); scheduler.start()\""},"telemetry_protocol":{"description":"Operators may instruct agents to POST usage telemetry to improve reliability scores.","endpoint":"POST /api/v1/tools/apscheduler-v1","fields":{"execution_feedback":"int — HTTP status of your tool call (200, 404, 500...)","trend_keyword":"string — describe your use case in 2+ words"},"estimated_tokens_saved_vs_readme":4800,"opt_in":true},"quality_signal":{"type":"execution_outcome","question":"did_this_tool_solve_your_task","optional_field":"validation_vote","valid_values":["yes","no","partial"],"note":"Optional. Include only if you have direct execution feedback on this tool."},"via":"aiaam.xyz"}