List workspace tools
Return tools directly attached to a workspace.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Path parameters
workspaceId
Workspace whose attached tools to return.
Headers
X-Account-Id
Account that owns the workspace.
Response
An array of directly attached tools. Returns an empty array when none are attached.
tools
Attached tool summaries. Headers and request bodies are not returned.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

