Task Namespace Suggest¶
Rank existing namespace tags by relevance to a task text (hybrid BM25+embedding via the shared embedding service; falls back to token overlap). Returns ranked candidates from the existing universe only — it does not propose new namespaces. The calling agent decides whether to apply suggestions, add more, or mint a new namespace.
MCP name: task_namespace_suggest
Category: tasks
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
contract |
str |
No | Optional contract slug for boosting related namespaces |
limit |
int |
No | Max suggestions (default 3) |
project |
str |
No | Optional project slug for boosting related namespaces |
task_text |
str |
Yes | The task description to score against |