MCPcopy Create free account
hub / github.com/agentrpc/agentrpc / list_tools

Method list_tools

sdk-python/src/agentrpc/client.py:32–34  ·  view source on GitHub ↗

List tools from the HTTP client.

(self, params)

Source from the content-addressed store, hash-verified

30 self.cluster_id = cluster_id
31
32 def list_tools(self, params):
33 """List tools from the HTTP client."""
34 return self.__http_client.list_tools(params)
35
36 def create_and_poll_job(self, cluster_id: str, tool_name: str, input_data: dict):
37 """Create and poll a job using the HTTP client."""

Callers 1

get_toolsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected