← timix.ai
INDIVIDUAL MCP TOOL
update_custom_field
Update an existing custom field definition (title, type, options, or mandatory flag) in your organization.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.timix-mcp]
url = "https://api.timix.ai/api/integration/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"timix-mcp": {
"type": "http",
"url": "https://api.timix.ai/api/integration/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: timix-mcp
Remote MCP URL: https://api.timix.ai/api/integration/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"timix-mcp": {
"url": "https://api.timix.ai/api/integration/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"timix-mcp": {
"type": "http",
"url": "https://api.timix.ai/api/integration/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "timix-mcp",
"transport": "streamable-http",
"url": "https://api.timix.ai/api/integration/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_hours_summary— Get a summary of hours logged for a user or team over a date rangeget_dashboard_metrics— Get organization dashboard metrics including utilization, revenue, and active projectsget_customer_info— Get detailed information about a customer including health score and portfolioget_project_status— Get detailed project status including budget, hours, and task breakdownget_billing_report— Get billing summary for a customer over a date rangeget_budget_alerts— Get all budget alerts for the organization showing projects that are over or near budgetlist_customers— List all customers in the organizationlist_projects— List all projects in the organization with their status and budget information