Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Card
guru:create_card
Create a new knowledge card in a specified collection.
Write
Medium risk
Create Collection
guru:create_collection
Create a new collection for organizing knowledge cards.
Write
Medium risk
Delete Card
guru:delete_card
Permanently delete a knowledge card. This action cannot be undone.
Write
High risk
Get Card
guru:get_card
Fetch a single knowledge card by ID with content and metadata.
Read
Low risk
Get Collection
guru:get_collection
Fetch a single collection by ID with metadata and card count.
Read
Low risk
Get Team
guru:get_team
Fetch a single team by ID with member information.
Read
Low risk
Get User
guru:get_user
Fetch user information by email address.
Read
Low risk
List Cards
guru:list_cards
List knowledge cards with optional filtering by collection, search terms, or verification state.
Read
Low risk
List Collections
guru:list_collections
List all collections accessible to the authenticated user.
Read
Low risk
List Teams
guru:list_teams
List all teams in the organization.
Read
Low risk
List Users
guru:list_users
List all users in the organization with optional status filtering.
Read
Low risk
Search Cards
guru:search_cards
Search for knowledge cards using full-text search across titles, content, and tags.
Read
Low risk
Update Card
guru:update_card
Update an existing knowledge card's title, content, verification interval, or tags.
Write
Medium risk
Verify Card
guru:verify_card
Mark a knowledge card as verified, resetting its verification cycle.
Write
Medium risk