Experimental Tool Router Feedback #2011
Replies: 6 comments 7 replies
-
|
This is exactly what I've been looking for. |
Beta Was this translation helpful? Give feedback.
-
|
Found out its auth configs, but I'm still trying to figure out auth. I'm passing the userId of a user that has active connections (that I did set up beforehand), yet in the tool response it shows no active connections: "connection_statuses": [
{
"toolkit": "SLACK",
"active_connection": false,
"connection_details": {},
"required_parameters_for_connection": [],
"message": "Connection not found, use COMPOSIO_MANAGE_CONNECTIONS to initiate a new connection."
}
] |
Beta Was this translation helpful? Give feedback.
-
|
hey @PhumudzoSly yeah this is a known issue, and should be live by end of day today |
Beta Was this translation helpful? Give feedback.
-
|
Hi, love the tool router! I just want to know if there is any way that I can add my own MCP servers to the toolkit? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, tool router is amazing! Exactly what I am looking for. But there seems to be a bug with connecting api key based tools like This is what I get when agents tries to call input: {"toolkits":["posthog"]}Output: {
"data": {
"message": "All connection attempts failed",
"results": {
"posthog": {
"toolkit": "posthog",
"status": "failed",
"error_message": "Default auth config not found for posthog",
"was_reinitiated": false
}
},
"summary": {
"total_toolkits": 1,
"active_connections": 0,
"initiated_connections": 0,
"requires_parameters": 0,
"failed_connections": 1
}
},
"successful": true,
"error": null,
"version": "latest",
"logs": []
}🕒 Timestamp: 💻 Language & SDK: 🧾 Log ID: 👤 User ID: 🔗 Connection ID: ⏱️ Duration: 💬 Session: Whats weird about this is that posthog config is defined:
and used like this in toolkit restrictions for session: {
toolkit: 'posthog',
authConfigId: 'ac_Wd0MaHIT0OvU',
},const session = await composio.experimental.toolRouter.createSession(`u_${userId}_w_${workspaceId}`, {
manuallyManageConnections: false,
toolkits: getToolkitAuthConfigs(),
})When I try to connect to it using But maybe I am misconfiguring something because I tried to connect posthog in https://rube.app/chat and it does indeed work:
Debug info: |
Beta Was this translation helpful? Give feedback.
-
|
This is great, but would be helpful if we can use it with custom tools |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please share feedback on the new experimental tool router here
docs here: https://docs.composio.dev/docs/tool-router/quick-start
examples (will be adding more examples here as we build more with tool router)
Beta Was this translation helpful? Give feedback.
All reactions