retrieve_knowledge
Query DevBrain to fetch relevant developer knowledge and context. Filter results by optional tags to access articles with titles, summaries, and URLs for implementation guidance.
Instructions
Queries DevBrain (aka developer
s brain` system) and returns relevant information.
Args:
query: The question or ask to query for knowledge.
tags: Optional comma-separated list of tags (keywords) to filter or ground the search. (e.g.: ios
, ios,SwiftUI
, react-native
, web
, web,react
, fullstack,react-native,flutter
). Do not provide more than 3 words.
Returns: str: Helpful knowledge and context information from DevBrain (articles include title, short description and a URL to the full article to read it later).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | ||
tags | No |