crawl_docs
Crawl enabled documents to update and manage content efficiently. Use the force parameter to re-crawl all docs, bypassing previous crawl records.
Instructions
Start crawling enabled docs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force | No | Whether to force re-crawl all docs, ignoring previous crawl records |
Input Schema (JSON Schema)
{
"properties": {
"force": {
"description": "Whether to force re-crawl all docs, ignoring previous crawl records",
"type": "boolean"
}
},
"type": "object"
}