bitrix-search
Description: Searches for Bitrix24 methods and articles based on a natural language query. Returns a list of methods and articles with short descriptions.
bitrix-method-details
Description: Returns details of a Bitrix24 REST method. Use after resolving a method via 'bitrix-search'.
Parameters:
- method (required): exact REST method name (e.g., 'crm.deal.add').
- field (optional): all|name|description|params|example|errors|returns|url (default: all).
Response format:
- field=name → only the method name.
- field=description → only the description (no headings).
- field=params → list of parameters, one per line.
- field=example → first available example (raw text/code).
- field=errors → extracted errors table/paragraphs (heuristic).
- field=returns → extracted returns section (heuristic).
- field=url → only the URL.
- field=all → Method/Title/Description/URL/Params/Example in a compact order.
Error handling / ambiguity:
- If the method is not found: 'Method '<method>' not found.'
- If a field is missing (e.g., no examples), an empty string is returned for that field.
bitrix-article-details
Description: Returns full text for a non-method documentation article.
Use after resolving an article via 'bitrix-search'.
Parameters:
- title_or_hint (required): Title or unique hint to locate the article (e.g., first line from search).
- top_k (optional): How many candidates to aggregate (default: 5).
Response format:
Returns structured article content with metadata:
- Title and description
- Full text content
- URL and other metadata if available
bitrix-event-details
Description: Returns event documentation details similarly to articles.
Use after resolving an event via 'bitrix-search'.
Parameters:
- title_or_hint (required): Title or unique hint to locate the event doc.
- top_k (optional): How many candidates to aggregate (default: 5).