sap_community_search
Search SAP Community blogs, Q&A, and discussions for practical troubleshooting and real-world experiences. Retrieve full content of top matching posts.
Instructions
SEARCH SAP COMMUNITY: sap_community_search(query="search terms")
FUNCTION NAME: sap_community_search
Dedicated search across SAP Community blogs, Q&A posts, and discussions. Returns full content of the top matching posts.
IMPORTANT: The main search tool (with includeOnline=true) already includes SAP Community results alongside offline docs, SAP Help, and Software Heroes. Use this dedicated tool only when:
• The main search tool returned no useful results for your question
• You are looking for specific error messages, runtime exceptions, or obscure symptoms
• You need practical workarounds, troubleshooting steps, or real-world implementation experiences not covered in official documentation
• You want to see full community post content (not just snippets)
This tool searches SAP Community via the Khoros LiQL API and automatically retrieves full content for the top 3 posts.
PARAMETERS: • query (required): Search terms. Use specific error messages, symptoms, or technical terms for best results. • k (optional, default=30): Number of results to return. • minKudos (optional, default=1): Minimum number of kudos (likes) a post must have.
Default 1 filters out zero-engagement posts, giving higher-quality results.
Set to 0 for the broadest possible search (includes all posts, even those with no engagement — useful when looking for very niche or recent topics).
Set higher (e.g. 5 or 10) to surface only well-received, community-validated content.
Suggested maximum: 10. Higher values may return very few or no results.
RETURNS (JSON with): • results: Array of community posts, each containing:
id: Post identifier (use with
fetchto retrieve full content later)title: Post title
url: Direct link to the SAP Community post
snippet: Text excerpt
metadata.author: Post author
metadata.likes: Number of kudos
metadata.tags: Topic tags
WORKFLOW:
Start with
search(query="your question")(includes community + other sources)If results are insufficient, use
sap_community_search(query="specific error or symptom")Use
fetch(id="community-...")to retrieve full content of any community post from either tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms for SAP Community, in ENGLISH (corpus is primarily English). Be specific - use error messages, symptoms, or technical terms. | |
| k | No | Number of results to return. Default: 30. | |
| minKudos | No | Minimum kudos (likes) a post must have. Default 1 (filters zero-engagement posts). Set 0 for broadest search (niche/recent topics). Set higher (5-10) for well-received, community-validated content only. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |