<!--
name: 'Tool Description: CronList'
description: Default SDK built-in tool description and input schema for CronList.
sdkPackage: '@anthropic-ai/claude-agent-sdk@0.3.168'
claudeCodeVersion: '2.1.168'
tool: "CronList"
-->
# Tool Description: CronList

## Metadata

- Request location: `tools[]`
- Tool name: `CronList`
- Input schema properties: none

## Description

List all cron jobs scheduled via CronCreate in this session.

## Input Schema

```json
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
```

## Token Impact

<!-- TOKEN_COUNT_START -->
- Complete definition estimated tokens: **90**
- Measurement: captured tool object serialized independently as JSON text against the common baseline
- Additivity: independent, non-additive estimate
<!-- TOKEN_COUNT_END -->
