Provider Catalog

Browse all built-in context providers.

Agno includes providers for common data sources. Each provider wraps an external system and exposes it as query_<id> and optionally update_<id> tools.

Data Sources

Communication

Google Workspace

Knowledge Management

Quick Reference

ProviderImportReadWrite
SlackContextProvideragno.context.slackYesYes
GmailContextProvideragno.context.gmailYesYes
GoogleCalendarContextProvideragno.context.calendarYesYes
GoogleDriveContextProvideragno.context.gdriveYesNo
DatabaseContextProvideragno.context.databaseYesYes
FilesystemContextProvideragno.context.fsYesNo
WorkspaceContextProvideragno.context.workspaceYesNo
WebContextProvideragno.context.webYesNo
MCPContextProvideragno.context.mcpServer-dependentServer-dependent, through query wrapper
WikiContextProvideragno.context.wikiYesYes

The table describes supported capabilities, not enabled defaults or caller authorization. Gmail and Calendar default to write=False. A query_* name does not make MCP server tools read-only. See the provider’s configuration and credential requirements.

Cookbook Examples