MCP tool errors

From MySQL logos_platform_logs (subsystem=mcp, event_type=tool_error) — the single LOGOS error table. Newest first.

JSON: https://winbusiness.com/logos/reports/developer/mcp-errors/api — query limit (max 500), since (ISO8601). All errors (Flask + purge): platform-errors.

Admin developer reports

Back

Developer hub

Error log (200 shown, limit 200)

2026-05-31T19:20:13.575220
id: 490 · tool: artifact_generate_image · ai: ChatGPT · human: casey
Error code: 400 - {'error': {'message': "Unknown parameter: 'response_format'.", 'type': 'invalid_request_error', 'param': 'response_format', 'code': 'unknown_parameter'}}
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/artifact_write.py", line 706, in artifact_generate_image
    gen = generate_image(
  File "/app/winbusiness/Logos/Platform/DataLayer/image_providers.py", line 216, in generate_image
    return generate_image_openai(prompt, model=m, size=size_to_openai(size))
  File "/app/winbusiness/Logos/Platform/DataLayer/image_providers.py", line 183, in generate_image_openai
    response = client.images.generate(
  File "/usr/local/lib/python3.10/site-packages/openai/_utils/_utils.py", line 286, in wrapper
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/openai/resources/images.py", line 885, in generate
    return self._post(
  File "/usr/local/lib/python3.10/site-packages/openai/_base_client.py", line 1297, in post
    return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls))
  File "/usr/local/lib/python3.10/site-packages/openai/_base_client.py", line 1070, in request
    raise self._make_status_error_from_response(err.response) from None
openai.BadRequestError: Error code: 400 - {'error': {'message': "Unknown parameter: 'response_format'.", 'type': 'invalid_request_error', 'param': 'response_format', 'code': 'unknown_parameter'}}
2026-05-31T15:44:25.776318
id: 480 · tool: skill_get · ai: ChatGPT · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T06:27:41.346756
id: 470 · tool: report_issue · ai: ChatGPT · human: casey
report_issue() missing 2 required positional arguments: 'title' and 'body'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: report_issue() missing 2 required positional arguments: 'title' and 'body'
2026-05-31T05:42:14.949893
id: 467 · tool: sql_list_tables · ai: Claude · human: casey
project scope requires project_slug
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 104, in sql_list_tables
    tables = ws.list_tables_in_scope(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 77, in list_tables_in_scope
    db_file = scope_db_filename(scope, human_user_id, ai_user_id)
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/paths.py", line 290, in scope_db_filename
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: project scope requires project_slug
2026-05-31T05:10:29.356050
id: 466 · tool: talk_to_logos_agent_poll · ai: Claude · human: casey
talk_to_logos_agent_poll() missing 1 required positional argument: 'conversation_id'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: talk_to_logos_agent_poll() missing 1 required positional argument: 'conversation_id'
2026-05-31T05:06:56.693570
id: 465 · tool: skill_get · ai: Grok · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T05:06:56.688003
id: 464 · tool: asset · ai: Grok · human: casey
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'name': 'skill_authoring...ble', 'scope': 'global'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'name': 'skill_authoring...ble', 'scope': 'global'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'name': 'skill_authoring...ble', 'scope': 'global'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-31T05:06:56.452787
id: 463 · tool: sql_describe_table · ai: Grok · human: casey
table 'skills' not found in any visible scope (global, user, private, project)
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 251, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table 'skills' not found in any visible scope (global, user, private, project)
2026-05-31T05:06:55.739832
id: 462 · tool: skill_get · ai: Grok · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T05:06:48.222895
id: 461 · tool: sql_describe_table · ai: Grok · human: casey
table 'skill' not found in any visible scope (global, user, private, project)
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 251, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table 'skill' not found in any visible scope (global, user, private, project)
2026-05-31T05:06:43.030525
id: 460 · tool: sql_describe_table · ai: Grok · human: casey
table 'skill' not found in any visible scope (global, user, private, project)
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 251, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table 'skill' not found in any visible scope (global, user, private, project)
2026-05-31T05:06:40.669375
id: 459 · tool: sql_describe_table · ai: Grok · human: casey
table 'skills' not found in any visible scope (global, user, private, project)
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 251, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table 'skills' not found in any visible scope (global, user, private, project)
2026-05-31T05:06:36.099931
id: 458 · tool: sql_query · ai: Grok · human: casey
no such table: information_schema.columns; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: information_schema.columns; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-31T04:22:36.699972
id: 456 · tool: asset · ai: Grok · human: casey
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'scope': 'global', 'limit': 20}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'scope': 'global', 'limit': 20}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'scope': 'global', 'limit': 20}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-31T04:22:36.586500
id: 455 · tool: skill_get · ai: Grok · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:22:35.201115
id: 454 · tool: asset · ai: Grok · human: casey
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'name': 'cognitive_doctrine'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'name': 'cognitive_doctrine'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'name': 'cognitive_doctrine'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-31T04:22:33.976450
id: 453 · tool: asset · ai: Grok · human: casey
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'scope': 'global', 'limit': 15}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'scope': 'global', 'limit': 15}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'scope': 'global', 'limit': 15}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-31T04:22:30.971332
id: 452 · tool: skill_get · ai: Grok · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:22:27.906610
id: 451 · tool: skill_get · ai: Grok · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:22:27.788941
id: 450 · tool: skill_get · ai: Grok · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:22:27.782621
id: 449 · tool: asset · ai: Grok · human: casey
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'entity_type': 'skill'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'entity_type': 'skill'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'entity_type': 'skill'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-31T04:22:26.883030
id: 448 · tool: skill_get · ai: Grok · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:22:11.554158
id: 447 · tool: skill · ai: Grok · human: casey
1 validation error for skillArguments
request
  Input should be a valid string [type=string_type, input_value={'skill_name': 'example'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for skillArguments
request
  Input should be a valid string [type=string_type, input_value={'skill_name': 'example'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool skill: 1 validation error for skillArguments
request
  Input should be a valid string [type=string_type, input_value={'skill_name': 'example'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-31T04:20:37.811680
id: 446 · tool: pair_to_human · ai: Grok · human: casey
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:37.743852
id: 445 · tool: pair_to_human · ai: Grok · human: casey
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:37.590165
id: 444 · tool: pair_to_human · ai: Grok · human: casey
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:37.458892
id: 443 · tool: pair_to_human · ai: Grok · human: casey
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:37.238487
id: 442 · tool: pair_to_human · ai: Grok · human: casey
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:36.837993
id: 441 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:36.760477
id: 440 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:36.680283
id: 439 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:36.178516
id: 438 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:35.941830
id: 437 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:35.825267
id: 436 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:20:35.686474
id: 435 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:19:25.383946
id: 434 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:19:24.942121
id: 433 · tool: pair_to_human · ai: Grok
1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool pair_to_human: 1 validation error for pair_to_humanArguments
pairing_code
  Field required [type=missing, input_value={'code': 'eyJ2IjoxLCJ1aWQ...MuEulmzzatKeQXIu5qD6ms'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-31T04:06:27.720249
id: 427 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:06:17.907640
id: 426 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:06:17.546636
id: 425 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:06:14.925801
id: 424 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:06:14.868045
id: 423 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:06:13.439098
id: 422 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:06:13.381213
id: 421 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:06:13.308579
id: 420 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:06:00.997182
id: 419 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:05:19.135707
id: 418 · tool: page_verify · ai: Claude · human: casey
page_verify() missing 1 required positional argument: 'slug'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: page_verify() missing 1 required positional argument: 'slug'
2026-05-31T04:04:15.458481
id: 417 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:15.252678
id: 416 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:15.179400
id: 415 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:14.692906
id: 414 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:14.562052
id: 413 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:14.505387
id: 412 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:13.874345
id: 411 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:12.170776
id: 410 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:11.495466
id: 409 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:11.160084
id: 408 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:11.076856
id: 407 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:04:10.951226
id: 406 · tool: skill_get · ai: Grok
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T04:00:12.262029
id: 405 · tool: skill_get · ai: Claude · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-31T01:02:11.912098
id: 404 · tool: skill_find_by_trigger · ai: Claude · human: casey
skill_find_by_trigger() missing 1 required positional argument: 'utterance'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_find_by_trigger() missing 1 required positional argument: 'utterance'
2026-05-30T22:09:04.109549
id: 402 · tool: artifact_describe_image · ai: Grok
identity not allowed to write to scope 'user': user scope requires the connector to be paired to a human; have the operator open /logos/oauth/connectors/pair
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/artifact_read.py", line 728, in artifact_describe_image
    row = ws.file_blob_get_row(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/file_blobs_mutate.py", line 204, in file_blob_get_row
    sc, db_file, f = scope_db_for_artifact(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/scope.py", line 43, in scope_db_for_artifact
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: identity not allowed to write to scope 'user': user scope requires the connector to be paired to a human; have the operator open /logos/oauth/connectors/pair
2026-05-30T21:48:19.706642
id: 400 · tool: sql_query · ai: Claude · human: casey
no such table: logos_workspace_tables; tried visible scopes: user. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: logos_workspace_tables; tried visible scopes: user. Use sql_list_tables() to see what is readable.
2026-05-30T21:30:54.314238
id: 399 · tool: artifact_describe_image · ai: AgentA
_wire_blob_mocks.<locals>.file_blob_get_row() got multiple values for argument 'scope'
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/artifact_read.py", line 728, in artifact_describe_image
    row = ws.file_blob_get_row(
TypeError: _wire_blob_mocks.<locals>.file_blob_get_row() got multiple values for argument 'scope'
2026-05-30T21:30:46.236748
id: 398 · tool: artifact_describe_image · ai: AgentA
unhashable type: 'dict'
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/artifact_read.py", line 728, in artifact_describe_image
    row = ws.file_blob_get_row(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Admin/Security/tests/test_image_duel_platform_chain.py", line 61, in <lambda>
    "file_blob_get_row": lambda *a, **k: get_row(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Admin/Security/tests/test_image_duel_platform_chain.py", line 52, in get_row
    return store.get((scope, name))
TypeError: unhashable type: 'dict'
2026-05-30T21:30:40.818383
id: 397 · tool: artifact_describe_image · ai: AgentA
_wire_blob_mocks.<locals>.<lambda>() got multiple values for argument 'scope'
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/artifact_read.py", line 728, in artifact_describe_image
    row = ws.file_blob_get_row(
TypeError: _wire_blob_mocks.<locals>.<lambda>() got multiple values for argument 'scope'
2026-05-30T20:51:52.661761
id: 396 · tool: asset · ai: Grok
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ge', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ge', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ge', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-30T20:12:48.289134
id: 395 · tool: asset · ai: Grok
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a peaceful la...'name': 'test_peaceful'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a peaceful la...'name': 'test_peaceful'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a peaceful la...'name': 'test_peaceful'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-30T20:12:44.615603
id: 394 · tool: asset · ai: Grok
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ge', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ge', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ge', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-30T20:12:44.442081
id: 393 · tool: asset · ai: Grok
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'test image: a...ircle', 'scope': 'user'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'test image: a...ircle', 'scope': 'user'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'test image: a...ircle', 'scope': 'user'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-30T19:57:26.402743
id: 392 · tool: asset · ai: Grok
1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ircle', 'scope': 'user'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ircle', 'scope': 'user'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 206, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool asset: 1 validation error for assetArguments
request
  Input should be a valid string [type=string_type, input_value={'prompt': 'a simple test...ircle', 'scope': 'user'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/string_type
2026-05-30T19:44:55.908712
id: 391 · tool: artifact_describe_image · ai: Claude · human: casey
vision model returned no content
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/artifact_read.py", line 605, in artifact_describe_image
    vision = describe_image_bytes(
  File "/app/winbusiness/Logos/Platform/DataLayer/image_providers.py", line 324, in describe_image_bytes
    raise RuntimeError("vision model returned no content")
RuntimeError: vision model returned no content
2026-05-30T19:44:43.371209
id: 390 · tool: artifact_describe_image · ai: Claude · human: casey
vision model returned no content
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/artifact_read.py", line 605, in artifact_describe_image
    vision = describe_image_bytes(
  File "/app/winbusiness/Logos/Platform/DataLayer/image_providers.py", line 324, in describe_image_bytes
    raise RuntimeError("vision model returned no content")
RuntimeError: vision model returned no content
2026-05-30T19:41:16.056422
id: 389 · tool: artifact_describe_image · ai: ChatGPT · human: casey
vision model returned no content
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/artifact_read.py", line 605, in artifact_describe_image
    vision = describe_image_bytes(
  File "/app/winbusiness/Logos/Platform/DataLayer/image_providers.py", line 324, in describe_image_bytes
    raise RuntimeError("vision model returned no content")
RuntimeError: vision model returned no content
2026-05-30T10:19:42.584203
id: 388 · tool: skill_get · ai: Claude · human: casey
skill_get() missing 1 required positional argument: 'skill_name'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: skill_get() missing 1 required positional argument: 'skill_name'
2026-05-30T08:12:25.442247
id: 383 · tool: sql_bulk_insert_json · ai: Claude · human: casey
sql_bulk_insert_json() missing 2 required positional arguments: 'table' and 'rows'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: sql_bulk_insert_json() missing 2 required positional arguments: 'table' and 'rows'
2026-05-30T08:11:22.320964
id: 382 · tool: api_paginated_to_sql · ai: Claude · human: casey
fetch failed: page 1: HTTP 400: Bad Request
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 412, in run_api_paginated_to_sql
    raise wdb.WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: fetch failed: page 1: HTTP 400: Bad Request
2026-05-30T08:11:17.974477
id: 381 · tool: api_paginated_to_sql · ai: Claude · human: casey
api_paginated_to_sql() missing 2 required positional arguments: 'base_url' and 'destination_table'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: api_paginated_to_sql() missing 2 required positional arguments: 'base_url' and 'destination_table'
2026-05-30T08:00:41.461781
id: 380 · tool: sql_query · ai: Claude · human: casey
no such table: logos_asset_links; tried visible scopes: global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: logos_asset_links; tried visible scopes: global. Use sql_list_tables() to see what is readable.
2026-05-30T06:37:43.182438
id: 379 · tool: project_assets
not enough values to unpack (expected 2, got 0)
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/project_tools.py", line 262, in project_assets
    out = build_project_assets_bundle(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/project_assets.py", line 446, in build_project_assets_bundle
    registry, project_registry_asset_id = _registry_rows_for_project(
ValueError: not enough values to unpack (expected 2, got 0)
2026-05-30T06:06:37.034986
id: 378 · tool: sql_query · ai: ChatGPT · human: casey
no such table: information_schema.tables; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: information_schema.tables; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-30T04:29:01.872016
id: 377 · tool: artifact_upload_text · ai: Claude · human: casey
artifact_upload_text() missing 1 required positional argument: 'text'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: artifact_upload_text() missing 1 required positional argument: 'text'
2026-05-30T04:28:53.702237
id: 376 · tool: sql_profile_table · ai: Claude · human: casey
table name '_ember_testcard' is not safe for analytics SQL
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 64, in sql_profile_table
    out = ws.describe_table_profile(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 328, in describe_table_profile
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table name '_ember_testcard' is not safe for analytics SQL
2026-05-30T03:58:09.125954
id: 375 · tool: talk_to_logos_agent_poll · ai: Claude · human: casey
talk_to_logos_agent_poll() missing 1 required positional argument: 'conversation_id'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: talk_to_logos_agent_poll() missing 1 required positional argument: 'conversation_id'
2026-05-30T03:55:17.507162
id: 374 · tool: sql_query · ai: Claude · human: casey
no such column: created_by
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 58, in query
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: no such column: created_by
2026-05-29T18:47:53.557920
id: 370 · tool: sql_query · ai: Claude · human: casey
no such table: logos_assets; tried visible scopes: global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: logos_assets; tried visible scopes: global. Use sql_list_tables() to see what is readable.
2026-05-29T05:46:40.115803
id: 369 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:39.697371
id: 368 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:39.298742
id: 367 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:39.008778
id: 366 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:38.694479
id: 365 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:38.301489
id: 364 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:37.924426
id: 363 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:37.478582
id: 362 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:37.136161
id: 361 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:36.771621
id: 360 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:36.413297
id: 359 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:35.948693
id: 358 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:35.661037
id: 357 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:35.227630
id: 356 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:34.754810
id: 355 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:33.461944
id: 354 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:32.994575
id: 353 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:32.659775
id: 352 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:32.238333
id: 351 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:31.815267
id: 350 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:31.438765
id: 349 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:31.033783
id: 348 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:30.342104
id: 347 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:29.874528
id: 346 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:29.428612
id: 345 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:29.130113
id: 344 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:28.795466
id: 343 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:28.450624
id: 342 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:28.037066
id: 341 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:27.605683
id: 340 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:27.202522
id: 339 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:26.873992
id: 338 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:26.482352
id: 337 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:25.866758
id: 336 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:25.405452
id: 335 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:24.797981
id: 334 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:24.426853
id: 333 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:23.981658
id: 332 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:23.568686
id: 331 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:23.088713
id: 330 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:22.685985
id: 329 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:22.194700
id: 328 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:21.749772
id: 327 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:21.247885
id: 326 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:20.786085
id: 325 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:20.341712
id: 324 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:19.837318
id: 323 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:19.392036
id: 322 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:18.885272
id: 321 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:46:18.544941
id: 320 · tool: api_paginated_to_sql · ai: ChatGPT · human: casey
table "stg_intraday_yahoo_raw_objects" already exists
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/api_json.py", line 104, in api_paginated_to_sql
    out = api_imp.run_api_paginated_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/api_sql_importer.py", line 481, in run_api_paginated_to_sql
    wdb.execute(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes/_execute.py", line 260, in execute
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: table "stg_intraday_yahoo_raw_objects" already exists
2026-05-29T05:27:17.805381
id: 319 · tool: sql_describe_table · ai: ChatGPT · human: casey
table '_workspace_file_artifacts' is reserved for the workspace bookkeeping
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 246, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table '_workspace_file_artifacts' is reserved for the workspace bookkeeping
2026-05-29T05:25:34.941905
id: 318 · tool: json_artifacts_batch_to_sql · ai: ChatGPT · human: casey
batch loader currently supports mode=object_of_series only
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/json_batch.py", line 128, in json_artifacts_batch_to_sql
    out = ja_sql.run_json_artifacts_batch_to_sql(
  File "/app/winbusiness/Logos/Platform/Cortex/json_import/batch.py", line 114, in run_json_artifacts_batch_to_sql
    raise wdb.WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: batch loader currently supports mode=object_of_series only
2026-05-29T04:44:01.119652
id: 317 · tool: queue_run · ai: LOGOS_StockAnalyzer
queue_run() got an unexpected keyword argument 'wait_seconds'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: queue_run() got an unexpected keyword argument 'wait_seconds'
2026-05-29T04:30:30.612571
id: 316 · tool: queue_run · ai: ChatGPT · human: casey
name '_recent_drain_events' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_run.py", line 93, in queue_run
    "failed": int(run_now.get("failed") or 0),
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_register.py", line 319, in _watch_queue_internal
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_register.py", line 270, in _queue_progress_snapshot
NameError: name '_recent_drain_events' is not defined
2026-05-29T04:25:40.354606
id: 315 · tool: queue_run · ai: ChatGPT · human: casey
name '_recent_drain_events' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_run.py", line 93, in queue_run
    watch = _watch_queue_internal(
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_register.py", line 319, in _watch_queue_internal
    snap = _queue_progress_snapshot(qid, identity, limit=500)
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_register.py", line 270, in _queue_progress_snapshot
    events = _recent_drain_events(int(queue_asset_id), limit)
NameError: name '_recent_drain_events' is not defined
2026-05-29T02:41:42.095880
id: 314 · tool: queue_run · ai: ChatGPT · human: casey
name '_recent_drain_events' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_run.py", line 93, in queue_run
    watch = _watch_queue_internal(
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_register.py", line 319, in _watch_queue_internal
    snap = _queue_progress_snapshot(qid, identity, limit=500)
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_register.py", line 270, in _queue_progress_snapshot
    events = _recent_drain_events(int(queue_asset_id), limit)
NameError: name '_recent_drain_events' is not defined
2026-05-29T01:57:05.247225
id: 313 · tool: sql_query · ai: ChatGPT · human: casey
no such column: security_type
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 58, in query
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: no such column: security_type
2026-05-29T01:54:57.255499
id: 312 · tool: queue_status · ai: ChatGPT · human: casey
name '_queue_progress_snapshot' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_run.py", line 163, in queue_status
    snap = _queue_progress_snapshot(int(queue_asset_id), identity, limit=n)
NameError: name '_queue_progress_snapshot' is not defined
2026-05-29T01:23:58.576460
id: 311 · tool: queue_run · ai: ChatGPT · human: casey
name '_execute_queue_drain' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/work_queue_tools/_run.py", line 70, in queue_run
    drain = _execute_queue_drain(
NameError: name '_execute_queue_drain' is not defined
2026-05-29T00:01:51.516135
id: 310 · tool: sql_query
no such table: stockanalyzer_price_missing_requests; tried visible scopes: global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: stockanalyzer_price_missing_requests; tried visible scopes: global. Use sql_list_tables() to see what is readable.
2026-05-29T00:01:42.047199
id: 309 · tool: sql_query
sql_query() got an unexpected keyword argument 'project_slug'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: sql_query() got an unexpected keyword argument 'project_slug'
2026-05-29T00:01:42.040896
id: 308 · tool: sql_query
sql_query() got an unexpected keyword argument 'project_slug'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: sql_query() got an unexpected keyword argument 'project_slug'
2026-05-28T23:55:32.831276
id: 307 · tool: sql_query · ai: ChatGPT · human: casey
no such table: price_history; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: price_history; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-28T23:55:09.660196
id: 306 · tool: sql_query · ai: ChatGPT · human: casey
no such table: sa_vector_values; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: sa_vector_values; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-28T23:55:04.405638
id: 305 · tool: sql_query · ai: ChatGPT · human: casey
no such table: sa_model_stock_scores; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: sa_model_stock_scores; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-28T23:54:58.792257
id: 304 · tool: sql_query · ai: ChatGPT · human: casey
no such table: stock_review_candidates; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: stock_review_candidates; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-28T23:54:53.016682
id: 303 · tool: sql_query · ai: ChatGPT · human: casey
no such table: peek_signals; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: peek_signals; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-28T23:54:44.494226
id: 302 · tool: sql_sample_table · ai: ChatGPT · human: casey
unknown scope 'project'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_routing.py", line 239, in sql_sample_table
    result = ws.sample_table(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 537, in sample_table
    result = query(sql, [], identity, limit=cap, scope=scope)
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 35, in query
    raise WorkspaceSqlError(f"unknown scope {scope!r}")
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: unknown scope 'project'
2026-05-28T23:54:18.653208
id: 301 · tool: sql_query · ai: ChatGPT · human: casey
no such column: ticker
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 58, in query
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: no such column: ticker
2026-05-28T23:51:35.665607
id: 300 · tool: sql_query · ai: ChatGPT · human: casey
no such column: project_slug
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 58, in query
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: no such column: project_slug
2026-05-28T21:58:42.348404
id: 299 · tool: logos_golden_paths · ai: Claude · human: casey
name 'load_golden_paths_doc' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/diagnostics_tools.py", line 240, in logos_golden_paths
    out = load_golden_paths_doc(section, goal=goal)
NameError: name 'load_golden_paths_doc' is not defined. Did you mean: 'logos_golden_paths'?
2026-05-28T21:58:37.958037
id: 298 · tool: logos_golden_paths · ai: Claude · human: casey
name 'load_golden_paths_doc' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/diagnostics_tools.py", line 240, in logos_golden_paths
    out = load_golden_paths_doc(section, goal=goal)
NameError: name 'load_golden_paths_doc' is not defined. Did you mean: 'logos_golden_paths'?
2026-05-28T18:19:12.329545
id: 282 · tool: logos_certify · ai: ChatGPT · human: casey
module 'Logos.Platform.Registry.work_queue' has no attribute '_normalize_queue_config'
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/diagnostics_tools.py", line 291, in logos_certify
    out = run_logos_certify(_current_identity())
  File "/app/winbusiness/Logos/Platform/Registry/certify_ops.py", line 18, in run_logos_certify
    queue = run_queue_drain_probe("integration_test_sandbox", ident)
  File "/app/winbusiness/Logos/Platform/Registry/queue_drain_probe.py", line 164, in run_queue_drain_probe
    out_no_status = _drain_with_rows(
  File "/app/winbusiness/Logos/Platform/Registry/queue_drain_probe.py", line 38, in _drain_with_rows
    cfg = wq._normalize_queue_config({
AttributeError: module 'Logos.Platform.Registry.work_queue' has no attribute '_normalize_queue_config'
2026-05-28T17:10:29.390477
id: 281 · tool: boom · ai: X
database is locked
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
  File "/root/Winbusiness/winbusiness/Logos/Platform/Admin/Security/tests/test_mcp_errors.py", line 63, in boom
    raise RuntimeError("database is locked")
RuntimeError: database is locked
2026-05-28T17:10:29.382635
id: 280 · tool: sql_query · ai: TestAI · human: bob
no such table: foo (not found in any visible scope)
NoneType: None
2026-05-28T08:44:55.154907
id: 277 · tool: sql_script_execute · ai: Claude · human: casey
sql_script_execute failed: UNIQUE constraint failed: conn_test_260528.id
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes.py", line 413, in execute_sql_script
sqlite3.IntegrityError: UNIQUE constraint failed: conn_test_260528.id

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/ingest/script.py", line 87, in sql_script_execute
    out = ws.execute_sql_script(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_writes.py", line 463, in execute_sql_script
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: sql_script_execute failed: UNIQUE constraint failed: conn_test_260528.id
2026-05-28T08:22:48.941043
id: 276 · tool: sql_describe_table · ai: Grok · human: casey
table 'arizona_cities' not found in any visible scope (global, user, private, project)
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 251, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table 'arizona_cities' not found in any visible scope (global, user, private, project)
2026-05-28T08:22:46.870972
id: 275 · tool: sql_describe_table · ai: Grok · human: casey
table 'phoenix_traffic_restrictions' not found in any visible scope (global, user, private, project)
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 251, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table 'phoenix_traffic_restrictions' not found in any visible scope (global, user, private, project)
2026-05-28T08:19:27.625723
id: 274 · tool: logos_golden_paths · ai: Grok · human: casey
name 'load_golden_paths_doc' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/diagnostics_tools.py", line 240, in logos_golden_paths
    out = load_golden_paths_doc(section, goal=goal)
NameError: name 'load_golden_paths_doc' is not defined. Did you mean: 'logos_golden_paths'?
2026-05-28T08:00:31.455598
id: 273 · tool: sql_sample_table · ai: Grok
table 'test_stretch' not found in any visible scope (global, private)
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_routing.py", line 239, in sql_sample_table
    result = ws.sample_table(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 530, in sample_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table 'test_stretch' not found in any visible scope (global, private)
2026-05-28T08:00:26.057571
id: 272 · tool: sql_query · ai: Grok
no such table: phoenix_test_data; tried visible scopes: private, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: phoenix_test_data; tried visible scopes: private, global. Use sql_list_tables() to see what is readable.
2026-05-28T08:00:20.938706
id: 271 · tool: sql_describe_table · ai: Grok
table '_workspace_tables' is reserved for the workspace bookkeeping
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 246, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table '_workspace_tables' is reserved for the workspace bookkeeping
2026-05-28T07:58:53.099985
id: 270 · tool: sql_describe_table · ai: Grok
table 'personal_tasks' not found in any visible scope (global, private)
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 251, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table 'personal_tasks' not found in any visible scope (global, private)
2026-05-28T07:58:50.530416
id: 269 · tool: page_create · ai: Grok
2 validation errors for page_createArguments
slug
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
body_html
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 2 validation errors for page_createArguments
slug
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
body_html
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 205, in call_tool
    try:
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool page_create: 2 validation errors for page_createArguments
slug
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
body_html
  Field required [type=missing, input_value={}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-28T07:43:39.864081
id: 268 · tool: ai_session_resume
name 'tables_for_human' is not defined
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 315, in ai_session_resume
    out = sess_res.build_session_resume(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/session_resume.py", line 78, in build_session_resume
    recent_arts = wdb.assets_for_human(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 212, in assets_for_human
    out = _assets_for_human_uncached(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 156, in _assets_for_human_uncached
    for r in tables_for_human(
NameError: name 'tables_for_human' is not defined. Did you mean: 'assets_for_human'?
2026-05-28T07:43:27.077995
id: 267 · tool: ai_session_resume
name 'tables_for_human' is not defined
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 315, in ai_session_resume
    out = sess_res.build_session_resume(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/session_resume.py", line 78, in build_session_resume
    recent_arts = wdb.assets_for_human(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 212, in assets_for_human
    out = _assets_for_human_uncached(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 156, in _assets_for_human_uncached
    for r in tables_for_human(
NameError: name 'tables_for_human' is not defined. Did you mean: 'assets_for_human'?
2026-05-28T07:43:16.712676
id: 266 · tool: ai_session_resume
name 'tables_for_human' is not defined
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 315, in ai_session_resume
    out = sess_res.build_session_resume(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/session_resume.py", line 78, in build_session_resume
    recent_arts = wdb.assets_for_human(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 212, in assets_for_human
    out = _assets_for_human_uncached(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 156, in _assets_for_human_uncached
    for r in tables_for_human(
NameError: name 'tables_for_human' is not defined. Did you mean: 'assets_for_human'?
2026-05-28T07:43:05.899904
id: 265 · tool: ai_session_resume
name 'tables_for_human' is not defined
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 315, in ai_session_resume
    out = sess_res.build_session_resume(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/session_resume.py", line 78, in build_session_resume
    recent_arts = wdb.assets_for_human(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 212, in assets_for_human
    out = _assets_for_human_uncached(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 156, in _assets_for_human_uncached
    for r in tables_for_human(
NameError: name 'tables_for_human' is not defined. Did you mean: 'assets_for_human'?
2026-05-28T07:42:51.688692
id: 264 · tool: ai_session_resume
name 'tables_for_human' is not defined
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 315, in ai_session_resume
    out = sess_res.build_session_resume(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/session_resume.py", line 78, in build_session_resume
    recent_arts = wdb.assets_for_human(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 212, in assets_for_human
    out = _assets_for_human_uncached(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 156, in _assets_for_human_uncached
    for r in tables_for_human(
NameError: name 'tables_for_human' is not defined. Did you mean: 'assets_for_human'?
2026-05-28T07:42:39.537904
id: 263 · tool: ai_session_resume
name 'tables_for_human' is not defined
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 315, in ai_session_resume
    out = sess_res.build_session_resume(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/session_resume.py", line 78, in build_session_resume
    recent_arts = wdb.assets_for_human(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 212, in assets_for_human
    out = _assets_for_human_uncached(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 156, in _assets_for_human_uncached
    for r in tables_for_human(
NameError: name 'tables_for_human' is not defined. Did you mean: 'assets_for_human'?
2026-05-28T07:41:24.330791
id: 262 · tool: ai_session_resume
name 'tables_for_human' is not defined
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 315, in ai_session_resume
    out = sess_res.build_session_resume(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/session_resume.py", line 78, in build_session_resume
    recent_arts = wdb.assets_for_human(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 212, in assets_for_human
    out = _assets_for_human_uncached(
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets_collect.py", line 156, in _assets_for_human_uncached
    for r in tables_for_human(
NameError: name 'tables_for_human' is not defined. Did you mean: 'assets_for_human'?
2026-05-28T07:40:51.336701
id: 261 · tool: skill_lint
unexpected indent (file_blobs.py, line 31)
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/linter_tools.py", line 26, in skill_lint
    sk = _get_workspace_db().skill_get(
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/workspace_helpers.py", line 13, in _get_workspace_db
    from Logos.Platform.Cortex import ai_workspace_db as ws
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/ai_workspace_db.py", line 401, in <module>
    from Logos.Platform.Cortex.workspace_db.artifacts.assets import (
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/assets.py", line 14, in <module>
    from Logos.Platform.Cortex.workspace_db.artifacts.file_blobs import (
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/file_blobs.py", line 31
    sql_text=f"INSERT {c.FILE_ARTIFACT_TABLE} name={n!r}",
IndentationError: unexpected indent
2026-05-28T07:40:33.143894
id: 260 · tool: skill_lint
'(' was never closed (views_helpers.py, line 195)
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/linter_tools.py", line 26, in skill_lint
    sk = _get_workspace_db().skill_get(
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/workspace_helpers.py", line 13, in _get_workspace_db
    from Logos.Platform.Cortex import ai_workspace_db as ws
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/ai_workspace_db.py", line 302, in <module>
    from Logos.Platform.Cortex.workspace_db.artifacts.views import (
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/views.py", line 29, in <module>
    from .views_helpers import *  # noqa: F403
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/views_helpers.py", line 195
    def view_create(
                   ^
SyntaxError: '(' was never closed
2026-05-28T07:40:29.846956
id: 259 · tool: ai_session_resume
'(' was never closed (views_helpers.py, line 195)
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 313, in ai_session_resume
    from Logos.Platform.Cortex import session_resume as sess_res
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/session_resume.py", line 9, in <module>
    from Logos.Platform.Cortex import ai_workspace_db as wdb
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/ai_workspace_db.py", line 302, in <module>
    from Logos.Platform.Cortex.workspace_db.artifacts.views import (
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/views.py", line 29, in <module>
    from .views_helpers import *  # noqa: F403
  File "/root/Winbusiness/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/views_helpers.py", line 195
    def view_create(
                   ^
SyntaxError: '(' was never closed
2026-05-28T02:28:40.793005
id: 258 · tool: registry_asset_graph
registry_asset_graph() got an unexpected keyword argument 'depth'
Traceback (most recent call last):
  File "/root/Winbusiness/winbusiness/Logos/Platform/MCP/errors.py", line 222, in wrapper
    result = func(*args, **kwargs)
TypeError: registry_asset_graph() got an unexpected keyword argument 'depth'
2026-05-28T02:07:12.246183
id: 257 · tool: project_state_update · ai: Grok · human: casey
name '_now_iso' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/asset_tools/analysis.py", line 111, in project_state_update
    out = ws.project_state_update(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/artifacts/project_state.py", line 95, in project_state_update
    now = _now_iso()
NameError: name '_now_iso' is not defined
2026-05-28T01:44:06.414965
id: 256 · tool: sql_query · ai: Claude · human: casey
no such table: tracked_stock_universe; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: tracked_stock_universe; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-28T01:43:49.193145
id: 255 · tool: sql_list_tables · ai: Claude · human: casey
project scope requires project_slug
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 104, in sql_list_tables
    tables = ws.list_tables_in_scope(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 77, in list_tables_in_scope
    db_file = scope_db_filename(scope, human_user_id, ai_user_id)
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/paths.py", line 274, in scope_db_filename
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: project scope requires project_slug
2026-05-28T01:43:46.951587
id: 254 · tool: sql_list_tables · ai: Claude · human: casey
project scope requires project_slug
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 104, in sql_list_tables
    tables = ws.list_tables_in_scope(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 77, in list_tables_in_scope
    db_file = scope_db_filename(scope, human_user_id, ai_user_id)
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/paths.py", line 274, in scope_db_filename
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: project scope requires project_slug
2026-05-28T01:36:52.137719
id: 253 · tool: registry_register_asset · ai: Claude · human: casey
1 validation error for registry_register_assetArguments
asset_name
  Field required [type=missing, input_value={'asset_key': 'sable_a_pl...ht', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for registry_register_assetArguments
asset_name
  Field required [type=missing, input_value={'asset_key': 'sable_a_pl...ht', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 164, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool registry_register_asset: 1 validation error for registry_register_assetArguments
asset_name
  Field required [type=missing, input_value={'asset_key': 'sable_a_pl...ht', 'scope': 'private'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-28T01:34:34.225200
id: 252 · tool: sql_query · ai: Claude · human: casey
this entry point is read-only; got DROP_TABLE
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 28, in query
    kind, table_name, norm_sql = validate_sql(sql, allow_write=False)
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_validate.py", line 207, in validate_sql
    raise WorkspaceSqlError(f"this entry point is read-only; got {kind}")
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: this entry point is read-only; got DROP_TABLE
2026-05-28T01:34:24.617684
id: 251 · tool: logos_golden_paths · ai: Claude · human: casey
name 'load_golden_paths_doc' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/diagnostics_tools.py", line 233, in logos_golden_paths
    out = load_golden_paths_doc(section, goal=goal)
NameError: name 'load_golden_paths_doc' is not defined. Did you mean: 'logos_golden_paths'?
2026-05-28T01:34:22.878865
id: 250 · tool: logos_golden_paths · ai: Claude · human: casey
name 'load_golden_paths_doc' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/diagnostics_tools.py", line 233, in logos_golden_paths
    out = load_golden_paths_doc(section, goal=goal)
NameError: name 'load_golden_paths_doc' is not defined. Did you mean: 'logos_golden_paths'?
2026-05-28T01:34:20.007406
id: 249 · tool: logos_golden_paths · ai: Claude · human: casey
name 'load_golden_paths_doc' is not defined
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/diagnostics_tools.py", line 233, in logos_golden_paths
    out = load_golden_paths_doc(section, goal=goal)
NameError: name 'load_golden_paths_doc' is not defined. Did you mean: 'logos_golden_paths'?
2026-05-27T23:13:11.734501
id: 248 · tool: sql_query · ai: Claude · human: casey
no such table: logos_file_artifacts; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: logos_file_artifacts; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-27T21:57:51.389637
id: 247 · tool: skill_get · ai: Grok · human: casey
1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'cognitive_doctrine'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'cognitive_doctrine'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 164, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool skill_get: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'cognitive_doctrine'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-27T21:57:50.446914
id: 246 · tool: skill_get · ai: Grok · human: casey
1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_bi_analyst'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_bi_analyst'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 164, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool skill_get: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_bi_analyst'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-27T21:57:48.690998
id: 245 · tool: skill_get · ai: Grok · human: casey
1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_first_principles'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_first_principles'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 164, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool skill_get: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_first_principles'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-27T21:57:47.288207
id: 244 · tool: skill_get · ai: Grok · human: casey
1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_systems_architect'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_systems_architect'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 164, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool skill_get: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_systems_architect'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-27T21:57:47.095130
id: 243 · tool: skill_get · ai: Grok · human: casey
1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_first_principles'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 101, in run
    result = await self.fn_metadata.call_fn_with_arg_validation(
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/utilities/func_metadata.py", line 88, in call_fn_with_arg_validation
    arguments_parsed_model = self.arg_model.model_validate(arguments_pre_parsed)
  File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 716, in model_validate
    return cls.__pydantic_validator__.validate_python(
pydantic_core._pydantic_core.ValidationError: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_first_principles'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/server.py", line 164, in call_tool
    result = await super().call_tool(name, arguments)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/server.py", line 346, in call_tool
    return await self._tool_manager.call_tool(name, arguments, context=context, convert_result=True)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/tool_manager.py", line 93, in call_tool
    return await tool.run(arguments, context=context, convert_result=convert_result)
  File "/usr/local/lib/python3.10/site-packages/mcp/server/fastmcp/tools/base.py", line 117, in run
    raise ToolError(f"Error executing tool {self.name}: {e}") from e
mcp.server.fastmcp.exceptions.ToolError: Error executing tool skill_get: 1 validation error for skill_getArguments
skill_name
  Field required [type=missing, input_value={'name': 'thinking_lens_first_principles'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-27T21:53:25.420199
id: 242 · tool: sql_query · ai: Claude · human: casey
no such column: scope
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 58, in query
    cur = conn.execute(norm_sql, norm_params)
sqlite3.OperationalError: no such column: scope
2026-05-27T21:52:59.005471
id: 241 · tool: sql_describe_table · ai: Claude · human: casey
table '_workspace_skills' is reserved for the workspace bookkeeping
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_catalog.py", line 154, in sql_describe_table
    info = ws.describe_table(tn, _current_identity())
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/table_catalog.py", line 246, in describe_table
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: table '_workspace_skills' is reserved for the workspace bookkeeping
2026-05-27T21:02:49.859518
id: 240 · tool: sql_query · ai: Claude · human: casey
no such table: stockanalyzer_pre_analysis_validation_gate; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: stockanalyzer_pre_analysis_validation_gate; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
2026-05-27T20:55:12.549935
id: 239 · tool: sql_query · ai: Claude · human: casey
no such table: logos_assets; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.
Traceback (most recent call last):
  File "/app/winbusiness/Logos/Platform/MCP/tools/workspace_sql_tools/sql_read_write.py", line 134, in sql_query
    result = ws.query(
  File "/app/winbusiness/Logos/Platform/Cortex/workspace_db/sql_core.py", line 113, in query
    raise WorkspaceSqlError(
Logos.Platform.Cortex.workspace_db.errors.WorkspaceSqlError: no such table: logos_assets; tried visible scopes: private, user, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, project, global. Use sql_list_tables() to see what is readable.

Developer hub · All platform errors · Applications · World