Bitrix24
OfficialProvides access to Bitrix24 REST API documentation and method details to help developers write correct integration code with fewer errors.
What it does
- Search Bitrix24 API methods using natural language queries
- Get detailed documentation for specific REST methods
- Retrieve full text from Bitrix24 documentation articles
- Access event documentation and implementation details
Best for
Tools (4)
Description: Searches for Bitrix24 methods and articles based on a natural language query. Returns a list of methods and articles with short descriptions.
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.
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
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).