get_content_submission_quota
Retrieve current content submission quota and usage for a site to monitor remaining submissions and avoid exceeding limits.
Instructions
Get information about content submission quota and usage.
Args: site_url: The URL of the site
Returns: ContentSubmissionQuota: Current quota information
Raises: BingWebmasterError: If quota information cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __type | Yes | ||
| DailyQuota | Yes | ||
| MonthlyQuota | Yes |