Tool Reference
Tensient MCP exposes 18 tools grouped by read, write, session, search, synthesis, and delete operations.
Sensors
- list_signals(status, priority, humanPriority, since, before, search, limit)
- list_synthesis_documents()
- get_synthesis_history(limit)
- list_brain_documents(search, since, before, limit)
- list_canon_documents(search, since, before, limit)
- list_conversations(limit)
- get_conversation_messages(conversationId)
Actuators
- create_signal(content, conversationId?, messageId?, aiPriority)
- update_signal(signalId, humanPriority, status)
- create_brain_document(title, content)
- create_canon_document(title, content)
- update_brain_document(documentId, title, content)
Session
- start_session(include_signals, include_synthesis, include_history, max_signals)
- end_session(summary, filesChanged, decisions, debtAdded, debtResolved, observations)
Search + Synthesis
- search_similar(query, scope, limit)
- run_synthesis()
Delete
- delete_signal(signalId)
- delete_document(documentId)