Relewise Search Tools
Before any Agent Gateway call, activate and follow the installed relewise-agent-gateway skill from this plugin. Pass it the selected REST operation ID and/or MCP tool plus validated parameters; do not resolve the CLI, choose a transport, or handle authentication in this domain skill. Discover and validate the intended Dataset first. Dataset-specific Data Keys and values are case-sensitive; retrieve metadata when they are unknown rather than guessing. Inspect the selected transport's schema before using an unfamiliar operation or related MCP tool.
Read references/rule-workflows.md to select the correct rule family and operation sequence.
Inspect configuration
When an ID is unknown, use the relevant list operation and then the matching get operation for complete configuration. Search Index operations are currently read-only.
Modify configuration
Patch operations change live search behavior. Use them only for an explicit user request; audits and recommendations authorize reads, not writes.
Before patching:
- Resolve the exact Dataset, rule family, and rule ID.
- Retrieve the rule's complete current configuration.
- Inspect the selected transport's current mutation schema. MCP approval tools accept narrower inputs than their related REST patch operations.
- Send only intended changes. An omitted or
nullproperty preserves its current value unless the schema explicitly states otherwise.
Do not translate a request into a different rule family merely because it has a similar name. After mutation, identify the Dataset, rule, and fields changed, and surface any API warning or validation error without identical retries.