Skip to main content

assistant_info

Family: Assistants — declare, launch, and track AI workers. See Assistants.

Show coding assistant details.

@mcp.tool()
def assistant_info(
dir: str,
assistant_id: str,
) -> str

Parameters

NameTypeRequired
dirstryes
assistant_idstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "assistant_info",
"arguments": {
"dir": "...",
"assistant_id": "..."
}
}
}