Search and retrieve Clever developer documentation. Use when the user asks about Clever APIs, SSO, OAuth, OIDC, SAML, rostering, Secure Sync, LMS Connect, data model, districts, schools, sections, users, events, certifications, or any Clever integration topic.
You have access to a chunked, indexed copy of the Clever developer documentation at docs/.
Read the manifest at docs/manifest.json to understand what's available. The manifest contains an index of all chunks with their id, section, title, heading, parentHeadings, and tokenEstimate.
Find relevant chunks by:
chunks array for matching title, heading, or section fieldsGrep to search chunk content: grep -r "search term" docs/chunks/Load specific chunks by reading docs/chunks/<id>.json. Each chunk contains:
content: The actual documentation text in markdownurl: Source URL on dev.clever.com for citationsection: Which docs section this belongs totitle: Page titleheading: Specific heading within the pageparentHeadings: Breadcrumb trail of headingstokenEstimate: Approximate token countAnswer the user's question using the loaded chunk content. Always cite the source URL.
The user's query is: $ARGUMENTS
If no query was provided, ask the user what they want to know about Clever.
Follow this search strategy:
docs/manifest.json and scan for chunks whose title/heading/section match the querymanifest.json's generatedAt fieldbun run crawl to refresh