ai_parser_list
Retrieve a list of AI parsers from your account, including their IDs, names, statuses, versions, and generation times.
Instructions
List the AI parsers on your account.
Returns each parser's id, name, status, version, and generation time.
When to use:
- Discovering existing parsers and their ids/status before reusing one
When NOT to use:
- Getting one parser's full fields/details (use 'ai_parser_get_details')
Returns:
str: JSON array of parser summaries.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |