MCPcopy Create free account
hub / github.com/RightNow-AI/rightnow-cli / execute

Method execute

rightnow_cli/tools/base.py:97–108  ·  view source on GitHub ↗

Execute the tool with given parameters. Args: params: Validated parameters matching the schema ctx: Execution context Returns: ToolResult with output and metadata

(self, params: Dict[str, Any], ctx: ToolContext)

Source from the content-addressed store, hash-verified

95
96 @abstractmethod
97 async def execute(self, params: Dict[str, Any], ctx: ToolContext) -> ToolResult:
98 """
99 Execute the tool with given parameters.
100
101 Args:
102 params: Validated parameters matching the schema
103 ctx: Execution context
104
105 Returns:
106 ToolResult with output and metadata
107 """
108 pass
109
110 def to_openrouter_format(self) -> Dict[str, Any]:
111 """

Callers 15

_initialize_databaseMethod · 0.45
cache_kernelMethod · 0.45
get_cached_kernelMethod · 0.45
list_cached_kernelsMethod · 0.45
count_cached_kernelsMethod · 0.45
clear_cacheMethod · 0.45
record_optimizationMethod · 0.45
_internal_executorMethod · 0.45
_internal_executorMethod · 0.45
_internal_executorMethod · 0.45

Calls

no outgoing calls