INDIVIDUAL MCP TOOL
palim_update_session_metadata
Update metadata of an existing session (title, tags, status, project, created_at, custom fields).
LIVE ENDPOINT
https://api.usepalim.com/mcp
Connect to this endpoint to inspect the live schema for palim_update_session_metadata and invoke it with your own arguments.
Indexed 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 server
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.palim]
url = "https://api.usepalim.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"palim": {
"type": "http",
"url": "https://api.usepalim.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: palim
Remote MCP URL: https://api.usepalim.com/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": {
"palim": {
"url": "https://api.usepalim.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"palim": {
"type": "http",
"url": "https://api.usepalim.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "palim",
"transport": "streamable-http",
"url": "https://api.usepalim.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
palim_resume— Continue where the user left off.palim_save_context— Default lightweight Palim checkpoint.palim_save_session— Save or append to a chat session with messages and summary.palim_create_connection_url— Create a URL-based connection for the current user.palim_search— Search across all saved sessions.palim_get_context— Get formatted context for a specific topic by searching and retrieving relevant sessions.palim_get_session— Retrieve a complete chat session by ID, including all messages and summary.palim_get_sessions— Retrieve multiple chat sessions by ID in one call.