Tool Reference
- Custom Context
- Pull Requests
- Code Reviews
- Comments
4 tools for managing coding patterns and organizational standards
list_custom_context
List organization custom context entries.Parameters:type
(optional):CUSTOM_INSTRUCTION
orPATTERN
greptileGenerated
(optional): Filter by Greptile-generated contentlimit
(optional): Maximum results (1-100, default 20)offset
(optional): Skip results for pagination (default 0)
get_custom_context
Get detailed custom context information.Parameters:customContextId
(required): Custom context ID
search_custom_context
Search custom context by content.Parameters:query
(required): Search termlimit
(optional): Maximum results (1-50, default 10)
create_custom_context
Create new custom context.Parameters:type
(optional):CUSTOM_INSTRUCTION
orPATTERN
(defaultCUSTOM_INSTRUCTION
)body
(optional): Context contentscopes
(optional): Boolean expression defining where context appliesstatus
(optional):ACTIVE
,INACTIVE
, orSUGGESTED
(defaultACTIVE
)metadata
(optional): Additional metadata object
Error Responses
Standard JSON-RPC error format:-32700
: Parse error-32600
: Invalid request-32601
: Method not found-32602
: Invalid parameters-32603
: Internal error-32000
: Server error (includes authentication and authorization failures)