Add Composio Tool

POST
/v1/tools/composio/:composio_action_name

Add a new Composio tool by action name (Composio refers to each tool as an Action)

Path parameters

composio_action_namestringRequired

Response

Successful Response

idstringOptionalformat: "^tool-[a-fA-F0-9]{8}"

The human-friendly ID of the Tool

tool_typeenumOptional
Allowed values: customletta_coreletta_memory_coreletta_multi_agent_core

The type of the tool.

descriptionstringOptional

The description of the tool.

source_typestringOptional

The type of the source code.

namestringOptional

The name of the function.

tagslist of stringsOptional

Metadata tags.

source_codestringOptional

The source code of the function.

json_schemamap from strings to anyOptional

The JSON schema of the function.

return_char_limitintegerOptionalDefaults to 6000

The maximum number of characters in the response.

created_by_idstringOptional

The id of the user that made this Tool.

last_updated_by_idstringOptional

The id of the user that made this Tool.

Errors

Built with