Skip to main content
Glama

Project Bourne

project-bourne MCP server

Project Bourne — это открытая инфраструктура исполнения и происхождения данных для воспроизводимых научных и инженерных рабочих нагрузок.

Она отвечает на вопрос: Как именно появился этот научный результат?

Держите ИИ подальше от кластера

Researcher's workstation
  Linux / macOS
        │
  AI / Agent (optional)
        │ local stdio MCP
        ▼
  Bourne Control Plane
        │
        ├─ freezes immutable ExecutionPlan
        ├─ builds/stages versioned Bourne workers
        └─ uses existing VPN / OpenSSH
        ▼

HPC login / access node
  one-shot Bourne Remote Worker
        │
        ├─ validates the plan
        ├─ verifies staged file digests
        ├─ stages the execution bundle
        └─ submits with sbatch / qsub / bsub
        ▼

Slurm / PBS / IBM LSF
        │
        │ allocates resources
        ▼

Compute allocation
  execution-scoped Bourne Compute Worker
        │
        ├─ reads immutable ExecutionPlan
        ├─ observes actual allocation
        ├─ reproduces selected environment
        ├─ performs compute-side preflight
        ├─ executes exact scientific argv
        └─ writes durable result evidence
        ▼

Scientific workload

Later:

Researcher's workstation
        │
        │ existing SSH
        ▼
Remote Worker: reconcile
        │
        ├─ exact Bourne-owned scheduler job state
        └─ bounded result evidence
        ▼
Local Bourne provenance database

Remote Worker и Compute Worker — это не агенты и не постоянные сервисы; оба являются недолговечными версионированными рабочими процессами Bourne. Bourne не подключается напрямую по SSH к вычислительным узлам. Slurm/PBS/LSF размещает Compute Worker внутри выделения и владеет временем жизни задания после принятия подчинения. Рабочая станция исследователя / плоскость управления может отключиться и позже согласовать то же самое исполнение.

Путь HPC не требует ни ИИ, ни MCP-сервера, ни учётных данных ИИ, ни входящих портов, ни root-доступа, ни постоянного демона, ни доступа к публичному интернету на кластере. Он использует существующую конфигурацию OpenSSH исследователя и доступ к планировщику. Агенты получают типизированные операции Bourne — а не неограниченную удалённую оболочку.

Плоскость управления Bourne поддерживается и протестирована на Linux и macOS. Нативная Windows пока не проверена и не поддерживается.

Bourne остаётся агент-нативным, но не агент-зависимым. CLI и сервисы Python работают без агента или MCP.

Related MCP server: Patronus MCP Server

Быстрый старт

Человек

Установите Project Bourne v0.8.1 из PyPI:

python -m pip install "bourneprov==0.8.1"

bourne run python examples/demo.py
bourne list
bourne show @1

# Or execute an ExecutionRequest v2 document:
bourne execute --request bourne.json

Настройте сайт-зависимый SSH-рабочий процесс с помощью установленного CLI:

bourne site add imperial \
  --ssh login.example.edu \
  --scheduler slurm \
  --local-root "$PWD" \
  --remote-root /work/$USER/project

bourne discover --site imperial
bourne plan --site imperial --request bourne.json --provider constraints.json

Первый вызов plan печатает ограниченных кандидатов. Затем человек или агент принимает явное решение о предпочтении:

bourne plan --site imperial --request bourne.json \
  --provider constraints.json \
  --trust-provider-classifications \
  --candidate sha256:...

bourne execute --plan <plan-id>
bourne execution wait <execution-id>

Флаг доверия — это явное решение о проверке для семантических классификаций в этом декларативном провайдере; провайдер не может сам себе предоставить такие полномочия. Используйте --approve-variant-change PARAMETER или --declare-execution-only PARAMETER для более узких пользовательских решений. Если выбранный кандидат изменяет JSON-вход, привязанный к провайдеру, Bourne сохраняет оригинал и автоматически привязывает отдельно хешированный WorkloadVariant к плану.

Slurm/PBS/LSF владеет заданием после принятия. Рабочая станция исследователя / плоскость управления, VPN, SSH-соединение, MCP-хост и агент могут отключиться; Bourne позже переподключается и согласует точное исполнение. Неоднозначный сбой соединения никогда не вызывает слепое повторное подчинение.

Агент / MCP

Точки входа агента и MCP v0.8.1 остаются локальными stdio:

python -m pip install "bourneprov[mcp]==0.8.1"
bourne mcp

# Or use the public transparent launcher:
npx -y @project-bourne/mcp@0.8.1

Разработка

Project Bourne использует uv в качестве интерфейса разработки, блокировки зависимостей, тестирования и сборки. После установки uv синхронизируйте зафиксированный lockfile и запустите набор тестов с помощью:

uv sync --locked --all-extras --dev
uv run --frozen --no-sync python -W error::ResourceWarning -m unittest discover -s tests -v
uv build --no-sources

CI использует заблокированные/замороженные варианты этих команд, чтобы устаревший uv.lock приводил к ошибке, а не к дрейфу. uv — это только инструмент разработки: он не является зависимостью времени выполнения bourneprov, не требуется для pip install, не используется npm-лаунчером и никогда не требуется на узлах входа или вычислений HPC. Полный рабочий процесс для участников см. в CONTRIBUTING.md.

Почему Bourne

Bourne оборачивает произвольные исполняемые файлы без необходимости изменять научную программу. Он локально-ориентирован и не зависит от фреймворка: Python, скомпилированные решатели, Julia, MPI-программы и другие команды используют одну и ту же долговечную модель эксперимента.

bourne run bash -c "echo hello"
bourne run ./solver case.yaml
bourne run julia simulation.jl
bourne run mpirun -np 64 ./solver

stdout и stderr программы остаются видимыми во время выполнения и сохраняются в записи эксперимента.

Истина времени выполнения в v0.8

v0.8 разделяет истину планирования, истину планировщика, истину времени выполнения, истину эксперимента, проверку и научную достоверность. Compute Worker, ограниченный исполнением, записывает версионированные процессы, выделение, CPU, память, I/O, GPU и данные окружения с явным покрытием observed, partially_observed, unavailable, unsupported или unknown. Отсутствующая телеметрия не приводит к сбою допустимой рабочей нагрузки и никогда не превращается в сфабрикованный ноль.

IBM LSF присоединяется к Slurm и PBS с ограниченным обнаружением очередей, bsub, активным bjobs для точных заданий, недавно завершённым bjobs -a, долговечным согласованием bhist и bkill. Существующие образы Apptainer/Singularity можно заморозить в выбранный сайт-зависимый план; Bourne проверяет существующее время выполнения/образ на вычислительной стороне и передаёт научную команду как точный argv. Он не собирает, не тянет, не устанавливает и не управляет образами. v0.8 не оркестрирует запуск контейнеров на нескольких узлах, не выбирает порядок MPI-лаунчер/контейнер и не внедряет MPI-лаунчер. См. runtime evidence and scheduler coverage.

Основная архитектура

Bourne Core владеет детерминированным исполнением, доказательствами, планированием, хранением и происхождением. CLI, SDK и MCP — это адаптеры над одними и теми же сервисами:

             Project Bourne Core
                    │
       ┌────────────┼────────────┐
       │            │            │
      CLI          SDK          MCP
    humans                     agents

Удалённый рабочий процесс — одноразовый, пользовательского пространства, не-ИИ и не-демон. Он принимает только версионированные операции для обнаружения, проверки плана, подготовки, подчинения планировщику и согласования. Научные команды остаются точным argv в неизменяемом плане; никакой научный argv не интерполируется в текст удалённой оболочки. Протокол удалённого рабочего процесса остаётся v1. v0.8 добавляет протокол результатов рабочего процесса v3 и протокол подготовленного плана v4, сохраняя читатели для выпущенных полезных нагрузок результата рабочего процесса v1/v2 и подготовленного плана v1/v2/v3.

Интеграция агента и MCP

Канонический локальный stdio-сервер — это bourne mcp. Стабильная официальная идентичность в реестре MCP — io.github.KozakHou/project-bourne, а портативный навык агента находится в skills/project-bourne. Пакет npm v0.8.1 и соответствующие метаданные реестра используют ту же идентичность выпуска.

MCP-совместимый агент может преобразовать явный запрос, например «Запустите эту симуляцию на четырёх GPU и сохраните происхождение», в ExecutionRequest v2, попросить Bourne спланировать его, показать детерминированное разрешение и выполнить неизменяемый план после установления намерения выполнения. Сам Bourne не интерпретирует неограниченный естественный язык и не вызывает другую модель.

Путь агента намеренно двухфазный:

agent intent → ExecutionRequest v2 → bourne_plan → inspect → bourne_execute_plan

Планирование никогда не запускает рабочую нагрузку и не обнаруживает инфраструктуру молча. Неоднозначные цели и неизвестные факты остаются неразрешёнными. Аннотации MCP — это подсказки UX хоста; Bourne Core по-прежнему обеспечивает неизменяемые планы, точный argv, владение заданиями планировщика, семантику артефактов и происхождение. См. MCP integration и Agent guidance.

Запросы на выполнение

Исполнение теперь можно описать один раз в ограниченном версионированном JSON-запросе:

{
  "kind": "bourne.execution-request",
  "version": 2,
  "command": ["python", "train.py", "--case", "case1"],
  "artifacts": {
    "inputs": ["config.yaml"],
    "outputs": ["result.h5"]
  },
  "resources": {"cpus": 8, "gpus": 1, "walltime": "2h"},
  "execution": {"backend": "direct"},
  "verification": {
    "checks": [
      {"type": "output_exists", "path": "result.h5"},
      {"type": "output_min_bytes", "path": "result.h5", "min_bytes": 1024}
    ]
  }
}

Сохраните его как bourne.json, затем используйте то же намерение для планирования или выполнения:

bourne request validate bourne.json
bourne request show bourne.json

bourne discover
bourne plan --request bourne.json
bourne execute --request bourne.json

Создайте минимальный запрос без выполнения или обнаружения чего-либо:

bourne request init --output bourne.json -- python train.py
bourne request schema > execution-request-v2.schema.json

Существующие команды на основе флагов остаются поддерживаемыми. Они компилируются в тот же конвейер ExecutionRequest → WorkloadSpec → ExecutionPlan, а не в параллельную реализацию:

bourne execute --backend direct --cpus 2 --output result.txt -- python script.py

Для файла запроса относительный working_directory разрешается из каталога файла запроса. Затем объявленные артефакты разрешаются из этого научного рабочего каталога. Bourne сохраняет как лексическое, так и разрешённое значение рабочего каталога и не раскрывает $HOME, не выполняет синтаксис оболочки, не импортирует код проекта и ничего не выполняет при разборе или планировании.

Родительские ссылки следуют тому же правилу сохранения намерения. Запрос может использовать latest, @N, уникальный префикс или полный ULID. Bourne сохраняет это запрошенное значение, отдельно записывая канонический родительский ULID, используемый скомпилированной рабочей нагрузкой.

Сводная телеметрия включена по умолчанию и использует уже захваченные факты: время стены, количество байт UTF-8 stdout/stderr, известные общие объёмы артефактов, запрошенные ресурсы, наблюдаемое выделение и время очереди планировщика, когда временные метки это устанавливают. "telemetry": {"mode": "off"} отключает сводку. Отсутствующие метрики остаются недоступными, никогда не нулевыми.

Начальные детерминированные проверки верификации — это output_exists, output_min_bytes и output_sha256. Они оценивают только захваченные объявленные записи Artifact выходных данных. Верификация сохраняется отдельно от статуса процесса: эксперимент может быть completed, а верификация — failed или unknown. Эти проверки устанавливают факты об артефактах, а не общую научную достоверность. См. Execution requests, telemetry, and verification для точного контракта и ограничений безопасности.

Планирование и выполнение

Project Bourne v0.4.0 добавляет долговечный слой планирования поверх инвентарей v0.3:

bourne discover

bourne plan --backend direct -- python examples/demo.py
bourne execute --backend direct -- python examples/demo.py

bourne execution list
bourne execution show @1

bourne plan никогда не запускает научную команду и не выполняет обнаружение. Он создаёт независимый от фреймворка WorkloadSpec, сравнивает его явные и выведенные требования с существующим инвентарём, объясняет каждого кандидата и сохраняет неизменяемый ExecutionPlan только тогда, когда выбор однозначен. При необходимости используйте явные ограничения ресурсов и размещения:

bourne plan \
  --backend slurm \
  --target gpu \
  --cpus 16 \
  --gpus 4 \
  --nodes 1 \
  --memory 64G \
  --walltime 2h \
  -- ./solver case.yaml

Выполните выбранный план Slurm, а затем проверьте или дождитесь результирующей попытки выполнения:

bourne execute --plan @1
bourne execution show @1
bourne execution wait @1

Пока записанное задание ещё активно, bourne execution cancel @1 запрашивает отмену этого задания, управляемого Bourne. Та же модель планирования и жизненного цикла поддерживает --backend pbs и --backend lsf.

Прямое выполнение повторно использует существующие механизмы Bourne для живого вывода, группы процессов, артефактов, происхождения и экспериментального происхождения. Планы Slurm, PBS и LSF используют автономный рабочий процесс Bourne, подготовленный вместе с планом. Рабочий процесс выполняет предварительную проверку и записывает фактически выделенный хост и научный эксперимент; контроллер на стороне доступа транзакционно импортирует его ограниченный JSON-результат. Не требуется SSH на вычислительный узел или предустановленный пакет bourneprov, хотя вычислительное выделение должно предоставлять Python 3 и видимость каталогов подготовки и работы.

Подчинение — это не эксперимент, завершение планировщика — не научный успех, а запрошенные ресурсы — не выделенные ресурсы. Bourne записывает их как отдельные долговечные факты. Отмена принимает ссылку на выполнение Bourne — а не произвольный ID задания планировщика — и проверяет личность, отправившую запрос. См. Workload planning and scheduler execution для точной модели, границы безопасности и текущих ограничений.

Обнаружение вычислительного сайта (v0.3.0)

Bourne может сделать неизменяемый локальный снимок поверхности выполнения, видимой вашей текущей личности:

bourne discover
bourne inventory
bourne inventory --find python
bourne inventory --json

Обнаружение охватывает текущую личность и цель доступа, разрешённые пользовательские пути хранения, контексты прямого выполнения, общие исполняемые файлы PATH, необязательные контексты Conda/virtualenv/container/module, безопасные системные возможности, историю Bourne и доступные сводки целевых классов Slurm/PBS/LSF только для чтения, когда они доступны. Неизвестный исполняемый файл записывается обобщённо без запуска. Ноутбуки, настольные и GPU-рабочие станции, персональные машины класса DGX, общие лабораторные системы и HPC-сайты с планировщиком — все это допустимые вычислительные сайты. Машина без планировщика сама по себе является полной.

Обнаружение наблюдательно: исполняемый файл не является проверенной совместимостью с рабочей нагрузкой, видимая раздел планировщика не является доказательством авторизации подчинения, а подсказка роли хранилища не является политикой хранения или резервного копирования. Инвентари остаются локальными. Провайдеры не просматривают домашние каталоги других пользователей, не сканируют общее хранилище, не проверяют учётные данные SSH или секреты контейнеров, не сбрасывают произвольные переменные окружения, не подключаются по SSH к вычислительным узлам, не подчиняют и не отменяют задания планировщика и не изменяют окружения. См. Compute-site discovery для точной топологии, доказательств, ограничений и семантики безопасности.

Происхождение, артефакты и родословная

Project Bourne v0.2 добавляет явные отпечатки входных/выходных данных, минимальное отношение derived_from, безопасные наблюдения контекста выполнения и отслеживание артефактов. Запустите детерминированный пример из изолированного каталога:

cp -R examples/provenance /tmp/bourne-provenance-demo
cd /tmp/bourne-provenance-demo
export BOURNE_DB="$PWD/bourne.sqlite3"

bourne run \
  --input config_A.json \
  --output result_A.csv \
  -- python demo_simulation.py config_A.json result_A.csv

bourne run \
  --derived-from @1 \
  --input config_B.json \
  --input result_A.csv \
  --output result_B.csv \
  -- python demo_simulation.py config_B.json result_B.csv

bourne show @2
bourne show @1
bourne trace result_B.csv

Входные данные получают отпечатки до выполнения. Выходные данные — после, включая ожидаемые выходные данные, отсутствующие после неудачного или прерванного запуска. Чтения SHA-256 выполняются потоково чанками; Bourne не копирует и не загружает объявленные файлы.

Путь это не идентичность артефакта. Ка захват имеет стабильный ULID, а SHA-256 различаетсии содержимого. Когда исторический путь может идентифицировать несколько версий, ащее содержимое файла не может их различить, bourne trace перечисляет кандидатов и отказывается угавать.

См. Артефакты, происхождение и контекст выполнения для точной семантики сбора, трассировки, миграции и безопасности.

Удобные для человека ссылки на эксперименты

Каноническими идентификаторами экспериментов остаются 26-символьные ULID. Команды, которые принимают эксперимент, также понимают:

01M02GDJEW...   case-insensitive unique ULID prefix
latest          most recent experiment
@1              most recent experiment
@2              second-most-recent experiment
@3              third-most-recent experiment

Например:

bourne show latest
bourne show 01M02GDJEW
bourne compare @2 @1
bourne run --derived-from @1 -- ./solver case_B.yaml

Bourne никогда не угадывает, когда префикс неоднозначен. bourne list по умолчанию показывает 10-символьный префикс; bourne list --full-id показывает канонические идентификаторы.

Автодополнение в оболочке

Кандидаты автодополнения включают канонические идентификаторы экспериментов, latest и свежие ссылки @N. Включите автодополнение для текущей сессии оболочки с помощью:

# Bash
source <(bourne completion bash)

# Zsh
source <(bourne completion zsh)

# Fish
bourne completion fish | source

Автодополнение для bourne show и bourne compare запрашивает текущую настроенную базу данных, включая BOURNE_DB.

Что записывает Bourne

Каждый эксперимент записывает:

  • статус выполнения (completed, failed или interrupted), точный вектор аргументов, рабочий каталог, временные метки UTC, длительность и код выхода;

  • живой и захваченный stdout/stderr;

  • корень Git-репозитория, коммит, ветку и состояние dirty, когда это доступно;

  • операционную систему, архитектуру, имя хоста, CPU и необязательные метаданные NVIDIA runtime;

  • запрошенные и разрешённые пути к исполняемым файлам, а также подсказки контекста virtualenv/Conda из строгого белого списка;

  • явно объявленные версии входных/выходных артефактов и их непосредственное происхождение.

Сборщики аккуратно деградируют. Отсутствие Git, инструментов NVIDIA, GPU, подсказок окружения или разрешения путей к исполняемым файлам не останавливает задание. Произвольные переменные окружения не сохраняются, поэтому учётные данные и токены по умолчанию не записываются.

Выполненные с ошибкой и прерванные команды сохраняются до того, как bourne вернёт семантику процесса:

bourne run --output expected.csv -- python -c "raise RuntimeError('boom')"
bourne show @1

В системах POSIX Bourne использует отдельную группу процессов, поэтому Ctrl+C обычно завершает дочерние процессы, не затрагивая посторонние.

Успешное выполнение не является верификацией, а детерминированная верификация артефактов не является общей научной достоверностью. Bourne записывает эти состояния отдельно.

Локальное хранилище и миграция

Путь к SQLite по умолчанию:

~/.local/share/bourne/experiments.sqlite3

Использование базы данных для конкретного проекта:

export BOURNE_DB=/path/to/experiments.sqlite3

Открытие более старой базы Bourne, включая выпущенные БД v0.1.1–v0.7.0, в v0.8.0 выполняет детерминированные транзакционные миграции до схемы 7. Существующие эксперименты, артефакты, происхождение, описи, рабочие нагрузки, планы, исполнения, задания планировщика, выделения ресурсов, события и ссылки на эксперименты остаются читаемыми. Миграция не создаёт историю ExecutionRequest для записей v0.4. Неизвестные или более новые версии схемы завершаются явной ошибкой; Bourne никогда не сбрасывает базу данных. Каждое новое обнаружение создаёт отдельный неизменяемый снимок.

Лицензия

Project Bourne версии v0.5.0 и новее распространяется под Apache License 2.0. Релизы до v0.4.0 включительно остаются в рамках MIT License, под которым они были выпущены. Подробнее см. историю лицензирования.

Проверка релиза

Версия релиза — 0.8.1. Базовая среда выполнения не имеет третьих зависимостей сторонних производителей; поддержка MCP остаётся явной допoption опциональной надстройкой.

Запустите тесты из дерева исходников с помощью:

uv sync --locked --all-extras --dev
uv run --frozen --no-sync python -W error::ResourceWarning -m unittest discover -s tests -v
uv build --no-sources

stdout и stderr вычислительного worker остаются живыми и ограничены 8 MiB на один связный поток записи в пакете результатов; усечение является явным свидетельством выполнения. Обычный локальный bourne run сохраняет существующее поведение захвата. Дисковые журналы с демперсию, автоматическое обнаружение/архивирование артефактов, установка научных зависимостей или сборка из исходников, универсальная синхронизация данных, неограниченный удалённый shell, безопасная при обрыве связи удалённая супервизия без планировщика, распределённая по всей выделенной доле телеметрия, прогнозирование очередей/производительности, произвольные скрипты верификации, размещённый HTTP MCP, встроенные LLM и широкие выводы о научной достоверности остаются за пределами v0.8. См. доказательства выполнения и плановое покрытие, архитектуру с учётом сайта и VISION.

Живая проверка LSF и живая проверка Apptainer ещё не проводились. Выоение времени выполнения привязано к самому выполнению и не объединяет автоматическое по всевой многоузой выделенной доле. Bourne не внедряет запуск MPI и не выбирает automaтчески порядок контейнеер/MPI. Порintable синтаксис ресурсов LSF для памяти/GPU остаётся site-tочно специфичным и нерешённым.

Available Tools

17 tools
bourne_discoverA

Run bounded local compute-site discovery and persist a new immutable inventory snapshot.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

All annotation hints are false, so the description is the sole source of behavioral information. It adds useful context: the discovery is bounded/local, a new snapshot is persisted, and the snapshot is immutable, implying no destructive change to existing data. It does not mention auth or rate limits, but for a zero-parameter action this is reasonable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no filler: it gives the action, scope, and result. Every word contributes to the meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema covers return values and there are no input parameters, which simplifies the context. However, the description leaves the boundary between bourne_discover and bourne_site_discover ambiguous, and the phrase 'bounded local' is not explained, so the agent may still struggle to know when this tool is the right choice.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema already completely captures the input surface. The description therefore has no need to explain parameters, and the baseline of 4 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a concrete action ('Run ... compute-site discovery') and a concrete outcome ('persist a new immutable inventory snapshot'), so an agent can understand what the tool does. It does not explicitly distinguish itself from the closely named sibling bourne_site_discover, so it misses the top score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the usage context: call it when you want bounded local compute-site discovery and a persisted inventory snapshot. However, it provides no explicit when-not guidance or comparison to alternatives such as bourne_site_discover or bourne_inventory, leaving the decision to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_execute_planA
Destructive

Execute one immutable persisted Bourne plan without changing its command, resources, placement, backend, or inventory.

ParametersJSON Schema
NameRequiredDescriptionDefault
plan_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare destructiveHint=true and idempotentHint=false, so the agent knows this is a destructive, non-idempotent action. The description adds value by clarifying that the plan itself remains unchanged (immutable) and lists what is not altered (command, resources, placement, backend, inventory). This supplements the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence that front-loads the primary action and qualifies it with the immutable scope. There is no fluff or redundant phrasing; every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has a simple single-parameter interface and an output schema (which presumably describes the result), the description covers the core action well. However, it does not mention side effects or the need for the plan to already exist, which could be inferred from 'persisted'. The presence of sibling tools like bourne_execution_wait and bourne_execution_get partially compensates, but a note about the execution being asynchronous or the need for prior validation would make it more complete. Overall close to complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage for plan_id, and the description does not explain its format, origin, or constraints. The baseline for a single parameter with no schema coverage is that the description must compensate, but it offers no additional meaning beyond 'plan_id' being an identifier. This is a significant gap for an agent trying to construct a valid request.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Execute') and a distinct resource type ('persisted Bourne plan'), clearly differentiating this tool from siblings like bourne_plan (which creates plans) and bourne_execution_get (which retrieves execution status). The scope is precise: it executes an existing plan without modifying its definition.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when you have an immutable plan_id and want to run it, but it does not explicitly contrast with alternatives or state when not to use it. There is no explicit guidance on prerequisites (e.g., plan must exist) or when to use related execution tools instead. The context is clear but not explicitly framed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_execution_cancelA
Destructive

Cancel only the exact scheduler job owned by an existing Bourne execution; arbitrary scheduler job IDs are not accepted.

ParametersJSON Schema
NameRequiredDescriptionDefault
referenceYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate destructiveHint=true and idempotentHint=false, so the description does not need to repeat those. It adds the important qualifier that only the exact job associated with an existing execution is cancelled, not any arbitrary job ID. This clarifies the scope of destructive behavior and distinguishes from potential misuse. It does not, however, describe side effects like irreversibility or downstream state changes, but the annotations already convey the destructive nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that is entirely front-loaded with the action and scope. No filler words, and the critical constraint ('only the exact scheduler job') appears early. The sentence is compact and information-dense without being verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one parameter, an output schema present, and annotations covering destructive and persistence behaviors, the description covers the essential aspects of what the tool does and the scope of its operation. It does not mention prerequisites beyond 'existing execution', but that is implied by 'owned by an existing Bourne execution'. Missing details like error behavior (e.g., what happens if the reference is invalid) are not critical given the output schema likely captures responses.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one required parameter 'reference' with no description and 0% schema coverage. The description implies that 'reference' identifies an existing Bourne execution (since it says 'owned by an existing Bourne execution'), but it does not explicitly state that the parameter is that execution's reference, nor does it explain how to obtain it or its format. The description provides some semantic context but falls short of fully compensating for the missing schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies a concrete verb ('Cancel'), identifies the exact resource ('scheduler job owned by an existing Bourne execution'), and explicitly contrasts with 'arbitrary scheduler job IDs'. This clearly distinguishes it from sibling execution tools like bourne_execution_get, bourne_execution_reconcile, and bourne_execution_wait, which handle retrieval, reconciliation, and waiting respectively.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides the key constraint that only exact scheduler jobs owned by existing Bourne executions are accepted, which implies that cancellation is for executions that are currently active. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention conditions like 'use when you need to stop a running execution'. Such guidance is not present, so the usage context is implied but not explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_execution_getA
Read-onlyIdempotent

Read a Bourne execution, including request, plan, lifecycle, scheduler, allocation, experiment, telemetry, and verification state.

ParametersJSON Schema
NameRequiredDescriptionDefault
referenceYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish read-only and idempotent behavior. The description adds meaningful context by listing the exact state categories returned (telemetry, verification, etc.), telling the agent what data to expect. It does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence that efficiently communicates the core purpose and the scope of the returned data. No extraneous words or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema covers return values, so that is not needed. However, the missing reference-format details and lack of guidance on when to use this over sibling read-ish tools leave minor gaps. Given the simplicity of a one-parameter read-only tool, this is adequate but not fully comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no description for 'reference' and the tool description does not clarify its format or how to obtain it. With 0% schema coverage, the description should compensate but does not; it only implies an execution identifier through the tool name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the action ('Read') and the resource ('a Bourne execution'), and enumerates the specific state components included (request, plan, lifecycle, etc.), distinguishing it from sibling tools like cancel or wait. It is unambiguous about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not indicate when to use this tool versus alternatives such as bourne_execution_reconcile, wait, or cancel. It only describes the function, leaving the agent to infer that this is the standard read operation. No exclusions or alternatives are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_execution_reconcileA

Reconnect and reconcile one exact Bourne-owned remote execution; never resubmit.

ParametersJSON Schema
NameRequiredDescriptionDefault
referenceYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already communicate readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds useful behavioral constraints like targeting exactly one execution and never resubmitting, but it does not explain what 'reconcile' actually does, what side effects may occur, or whether permissions or prerequisites are needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no filler. Every word contributes: the action, the scope, the ownership constraint, and the critical 'never resubmit' warning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although the tool has only one parameter and an output schema, the description leaves the meaning of 'reconcile' vague and gives no trigger conditions or behavioral detail beyond 'never resubmit.' An agent can avoid resubmission but cannot reliably know when or how to invoke this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description never mentions the 'reference' parameter. The name implies it is an identifier, but the description does not connect it to the execution being reconciled or explain what form it should take.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Reconnect and reconcile') and a precise resource ('one exact Bourne-owned remote execution'), then adds a clear negative constraint ('never resubmit'). This distinguishes it from resubmission-style siblings and makes the tool's scope obvious.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage context is implied: use this when reconnecting a Bourne-owned execution to reconcile its state. However, there is no explicit when-to-use guidance, no mention of when not to use it, and no naming of alternative tools such as bourne_execution_get or bourne_execution_wait.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_execution_waitA

Wait on one existing Bourne-managed scheduled execution with an optional bounded caller timeout; this creates no execution.

ParametersJSON Schema
NameRequiredDescriptionDefault
referenceYes
timeout_secondsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already convey non-read-only, non-idempotent, non-destructive. The description adds that waiting creates no execution, which is a useful behavioral note, but it does not disclose error behavior, timeout side effects, or what happens if execution is missing. It adds marginal value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two clauses, concise, front-loaded with the primary action. Every word contributes meaning without repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists, so return values are covered. However, for a wait tool, the description lacks parameter explanations and usage context, leaving the agent to infer 'reference' and timeout semantics. It is adequate but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description carries the burden. It hints at the optional timeout via 'optional bounded caller timeout', but does not explain what 'reference' refers to or how to format it. The description does not fully compensate for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'wait' and the resource 'existing Bourne-managed scheduled execution', and explicitly notes it creates no execution, distinguishing it from creation tools. It is specific and unambiguous, though it doesn't name sibling alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when you need to block on an execution, but provides no explicit when-to-use vs alternatives like bourne_execution_get or bourne_execution_cancel. No mention of when not to use or prerequisites such as initiating an execution first.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_inventoryA
Read-onlyIdempotent

Read an existing inventory by latest, full ID, unique prefix, or @N; this never performs discovery.

ParametersJSON Schema
NameRequiredDescriptionDefault
referenceNoExisting inventory reference: latest, canonical ID, unique ID prefix, or @N.latest

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare the operation is read-only and idempotent, so the bar is lower. The description adds the key behavioral boundary that no discovery is triggered, which is meaningful because discovery could be a separate, potentially expensive operation and annotations alone do not convey this distinction. No contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One focused sentence front-loads the action and the accepted reference identifiers, then appends the crucial 'never performs discovery' caveat. There is no filler, repetition, or additional context that would distract an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given one optional parameter, full schema coverage, an output schema, and annotations covering read-only/idempotent/non-destructive behavior, the description sufficiently conveys which reference to pass and demarks the operation's boundary. Return values do not need to be explained because an output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, so the parameter already carries its meaning. The tool description mostly restates the same reference forms found in the schema and adds little new semantic detail, making the baseline of 3 appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a concrete action and resource ('read an existing inventory') and lists the accepted reference forms (latest, full ID, unique prefix, @N). It further separates the tool from discovery-oriented siblings by stating it never performs discovery, leaving no ambiguity about what this tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes the intended use clear: retrieve an already-existing inventory by one of several reference types. The explicit 'this never performs discovery' also gives a useful when-not signal against discovery-family tools, though it does not explicitly name those alternatives as replacements.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_planA

Persist and resolve an ExecutionRequest v2 against an existing inventory. Planning never executes the workload and preserves ambiguity.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestYesFramework-independent execution intent with direct, Slurm, PBS, and IBM LSF backends.
inventory_referenceNoExisting inventory reference: latest, canonical ID, unique ID prefix, or @N.latest

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The 'never executes the workload' disclosure is genuinely useful behavioral context, and prior hints are absent. However, the description stops short of explaining what 'persist' actually creates or changes, whether repeated calls are safe, and what resolution fulfillment means in terms of lifecycle or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two tightly written sentences that front-load the core action and then add the key non-execution caveat. Every clause contributes meaningful information and no space is wasted.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of the nested ExecutionRequest schema and the breadth of sibling tools, the description provides the essential planning-vs-execution distinction but lacks workflow positioning. It does not explain how this tool fits after validation/discovery or before execution, or what the resolved result is used for.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and both parameter schemas already document the request and the inventory reference. The tool description adds no additional details about the request structure, inventory_reference semantics, or how properties like 'latest' or '@N' behave.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Uses a specific verb+resource ('Persist and resolve an ExecutionRequest v2') and explicitly contrasts planning with execution by saying 'Planning never executes the workload.' This distinguishes it from execution-related siblings without needing to inspect their schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context for when to use the tool: against an existing inventory, to resolve a request, and specifically without executing the workload. It does not name or explicitly exclude alternatives such as bourne_validate_request, bourne_discover, or bourne_execute_plan.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_request_schemaA
Read-onlyIdempotent

Return Bourne's canonical ExecutionRequest version-2 JSON Schema.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds useful contextual value by identifying the specific artifact returned—'canonical ExecutionRequest version-2 JSON Schema'—and contains no contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The entire description is one efficient, front-loaded sentence. Every word contributes to the tool's purpose, and there is no redundant phrasing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple schema-retrieval tool with no parameters and an existing output schema, the description is complete. An agent knows exactly what it will receive and can invoke the tool without needing additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and the input schema has 100% description coverage vacuously, so there are no hidden or undocumented arguments to explain. The description is not required to compensate for missing parameter guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Return') with a concrete resource: Bourne's canonical ExecutionRequest version-2 JSON Schema. It is clearly distinct from siblings like bourne_validate_request or bourne_discover because it identifies the exact artifact and version being retrieved.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is clear from the description: fetch Bourne's canonical ExecutionRequest v2 schema. It does not explicitly name alternatives or exclusions, but for a zero-parameter schema-retrieval tool this ambiguity is minimal and the context is strong enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_site_candidatesA

Generate at most 64 candidate plans for one configured site from an ExecutionRequest, an existing inventory, and optional declarative provider constraints. Use after site discovery and before bourne_site_select; use bourne_plan when site-aware candidate comparison is unnecessary. This does not execute or durably persist a request or plan, but stores an ephemeral candidate session in this MCP process; a restart loses that session.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestYesFramework-independent execution intent with direct, Slurm, PBS, and IBM LSF backends.
providerNoOptional bounded declarative constraints used to generate candidates; the document cannot execute code or grant itself trust.
referenceYesExact configured site name or canonical site ID.
inventory_referenceNoExisting inventory reference: latest, canonical ID, unique ID prefix, or @N.latest

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only mark readOnly/openWorld/idempotent/destructive hints as false, which is minimal. The description adds important behavior beyond them: the tool does not execute or durably persist a request/plan, stores an ephemeral candidate session in the MCP process, and loses that session on restart. That is valuable context the annotations alone do not provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three dense sentences: the first states the tool's purpose and inputs, the second gives pipeline placement and the sibling alternative, and the third discloses persistence/restart effects. Everything earns its place with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers what the tool does, when to use it, when not to use it, and the key side-effect of ephemerality. An output schema exists, so return-value explanation is not required. The only conceptually risky areas (durable persistence, execution) are explicitly addressed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all four parameters already have documented meaning in the input schema: reference, request, inventory_reference, and provider. The tool description does not add new per-parameter semantics, but it does clarify the overall role of provider constraints and the default inventory flow, which is reasonable given the schema already carries the detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Generate'), an explicit resource ('candidate plans for one configured site'), a bound ('at most 64'), and the key inputs. It also distinguishes itself from bourne_plan by calling out site-aware candidate comparison, so an agent can tell sibling tools apart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says when to use it ('after site discovery and before bourne_site_select') and names the alternative ('use bourne_plan when site-aware candidate comparison is unnecessary'). This gives clear selection logic relative to siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_site_discoverA

Discover one configured site and persist a new immutable inventory snapshot linked to it. reference is the site's exact name or canonical ID. Use this for a named local or SSH site; use bourne_discover for Bourne's current local context and bourne_site_inspect to read existing state. SSH discovery may require existing user authorization, uses only bounded typed probes, never accepts arbitrary commands, and never executes a scientific workload.

ParametersJSON Schema
NameRequiredDescriptionDefault
referenceYesExact configured site name or canonical site ID.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds substantial behavior beyond annotations: it persists a new immutable snapshot, may require existing SSH user authorization, uses only bounded typed probes, never accepts arbitrary commands, and never executes a scientific workload. These safety and side-effect details are genuinely useful and not present in the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences compactly cover action, output behavior, parameter meaning, alternative selection, and security constraints. Every sentence adds value, and the core purpose is front-loaded before the comparison with siblings.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one well-documented parameter, an output schema, and strong annotation coverage, the description still covers authorization caveats, behavioral limits, and alternative tool routing. Nothing essential for an agent to decide whether and how to invoke this tool is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already fully documents the single 'reference' parameter at 100% coverage, so baseline is 3. The description adds meaningful context by clarifying that reference selects a named local or SSH site and by repeating the exact-name-or-canonical-ID constraint, giving agents better disambiguation than the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb plus object ('Discover one configured site and persist a new immutable inventory snapshot linked to it') and explicitly differentiates itself from siblings by naming bourne_discover and bourne_site_inspect. An agent can immediately tell this is the named-site discovery tool rather than the context-based or inspection tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives explicit direction: use for a named local or SSH site, use bourne_discover for Bourne's current local context, and use bourne_site_inspect to read existing state. It also warns that SSH discovery may require existing user authorization, giving concrete selection and prerequisite guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_site_inspectA
Read-onlyIdempotent

Inspect one configured site, its policy claims, and inventory identities.

ParametersJSON Schema
NameRequiredDescriptionDefault
referenceYesExact configured site name or canonical site ID.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations clearly mark the operation as read-only and idempotent, so the description does not need to disclose safety traits. The description adds useful context about the inspected entities (policy claims, inventory identities) but does not reveal behaviors such as error handling, result shape specifics, or any authoritative constraints that go beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, tight sentence that captures the essential purpose. It is front-loaded, easy to parse, and contains no extraneous details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description adequately summarizes the tool's behavior given the single parameter and read-only annotations. An output schema exists, so omitting return details is acceptable; the only notable absence is explicit routing guidance among the many sibling site tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with an explicit description for 'reference': 'Exact configured site name or canonical site ID.' The tool description does not add details on how that reference is resolved or provide examples, so the value matches the schema baseline rather than exceeding it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and object: 'Inspect one configured site' plus what will be inspected, 'policy claims, and inventory identities.' This clearly distinguishes it from siblings like bourne_site_list or bourne_site_discover, although it doesn't explicitly name the alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The purpose statement implies when to use this tool: to inspect a single configured site by reference. However, it does not explicitly state when to use this over related tools such as bourne_site_discover or bourne_site_policy_claim, leaving the choices up to the model.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_site_listA
Read-onlyIdempotent

List configured non-secret local and SSH site contexts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds the value 'non-secret' and 'configured' which clarifies what is included and what is deliberately omitted. It does not describe the return format or error handling, but the output schema likely covers that, and no surprising side effects exist given the read-only annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, focused sentence that front-loads the action and scope. Every word contributes: 'List', 'configured', 'non-secret', 'local and SSH site contexts'. No filler or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter listing tool with a read-only annotation and an output schema, the description provides the essential semantics: it enumerates configured sites, excluding secrets, and distinguishes local vs SSH. The output schema can define the exact structure, so nothing critical is missing. The description is complete for the tool's low complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so the schema fully covers them vacuously. The description correctly implies no input is needed. It adds the domain-specific constraint about non-secret and SSH contexts, which is useful but not about parameters directly. With no parameters, the description is adequate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the action 'List' and the resource 'configured non-secret local and SSH site contexts'. It clearly distinguishes this from siblings like bourne_site_inspect or bourne_site_discover by specifying the listing scope and the exclusion of secrets. The phrasing is precise and not a tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not mention when to use this tool over alternatives, nor does it provide exclusion criteria. The intended use as a listing operation is implied by the verb, but no explicit guidance on selecting it among the many sibling tools is given. An agent could infer it is the default for enumerating sites, but that is not stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_site_policy_claimA

Append one durable structured policy claim and provenance record to an existing configured site. reference is the exact site name or canonical ID; claim contains the asserted fact, evidence classification, source identity, and applicability. Use this for reviewed site constraints or advice before candidate generation; use bourne_site_discover to observe infrastructure. This stores no source document, fetches no URL, runs no command, and does not modify previous claims.

ParametersJSON Schema
NameRequiredDescriptionDefault
claimYesBounded typed policy fact and provenance metadata to append to the configured site.
referenceYesExact configured site name or canonical site ID.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish this is not read-only and not destructive. The description goes further by disclosing that it appends, stores no source document, fetches no URL, runs no command, and does not modify previous claims. This adds genuinely useful behavioral context beyond the annotation flags.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, front-loaded with the core action, and every sentence contributes: what it does, what the parameters mean, when to use it, which sibling to use instead, and what side effects it does not have. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a policy-writing tool with a rich input schema and output schema, the description supplies the missing strategic context: durable append semantics, placement before candidate generation, and the distinction from discovery. An agent has enough information to choose and call the tool correctly at a high level.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema carries the full semantic weight for both `reference` and `claim`. The description adds a concise restatement of what each parameter contains, but no significant meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Append') and a specific resource ('one durable structured policy claim and provenance record to an existing configured site'). It also names the sibling tool `bourne_site_discover` to make the boundary explicit, so an agent can distinguish this from the discovery workflow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says to use this tool for 'reviewed site constraints or advice before candidate generation' and directs observation of live infrastructure to `bourne_site_discover` instead. This gives clear when-to-use and alternative routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_site_selectA

Choose one candidate returned by bourne_site_candidates, persist selection evidence, and create a new immutable execution plan without executing it. request_id and candidate_id must come from the same live candidate session; regenerate candidates after a server restart. This writes a new plan without editing existing plans. Review the returned plan before calling bourne_execute_plan; selection fails when required approvals, declarations, or provider trust are missing.

ParametersJSON Schema
NameRequiredDescriptionDefault
containerNoOptional existing Apptainer or Singularity image and explicit mounts to freeze into the plan; Bourne never builds or pulls it.
rationaleNoOptional explanation stored with the selection; Bourne does not treat the rationale itself as verification evidence.
request_idYesRequest ID returned by bourne_site_candidates in the current live MCP server session.
candidate_idYesViable candidate ID returned for request_id by bourne_site_candidates.
selection_sourceYesProvenance label identifying the human, agent, or deterministic rule that made the selection; this label does not grant authority.
variant_approvalsNoProvider-bound parameter names whose candidate value changes the user explicitly approved.
trusted_provider_contractNoExplicitly trust the declarative provider's semantic classifications; the provider cannot set this decision for itself.
explicit_user_declarationsNoParameter names the user explicitly declared to affect execution only, rather than scientific meaning.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only state readOnlyHint=false, idempotentHint=false, and destructiveHint=false; the description carries substantial behavioral context beyond those flags. It discloses that the tool creates a new plan without editing existing plans, that `request_id` and `candidate_id` live in a single session that breaks across server restarts, and that selection fails when required approvals, declarations, or provider trust are missing. There is no contradiction with the annotations—'writes a new plan' is consistent with non-read-only, and 'without editing existing plans' is consistent with destructiveHint=false.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and satisfies tasks: a purpose statement, a session prerequisite, write-semantics, a follow-up workflow hint, and failure conditions — all in roughly 70 words. The sentences are front-loaded with purpose, and each sentence provides distinct, non-redundant information. No filler or placeholder text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 8 schema parameters, an output schema, and a complex workflow position (candidates → select → execute), the description covers a caller's critical needs: where the identifiers come from, how to recover after restart, that no existing plan is modified, the immediate next step to review the plan, and the reasons a selection can fail. The output schema exists, so return-value documentation is not needed in the description. The description is sufficiently complete that an agent can correctly invoke the tool within the sibling chain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds value above the schema by tying `request_id` and `candidate_id` to the same live candidate session in a way the individual field descriptions only implicitly cover, and by explaining the gating conditions for `variant_approvals`, `explicit_user_declarations`, and `trusted_provider_contract` in the degenerate 'selection fails' clause. Since each parameter still has strong schema documentation, the description supplements rather than compensates, moving it to a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb-plus-resource structure: 'Choose one candidate returned by `bourne_site_candidates`, persist selection evidence, and create a new immutable execution plan without executing it.' It names the exact input source, the action, and the output artifact. It also implicitly distinguishes itself from `bourne_execute_plan` by explicitly stating the plan is not executed, and from `bourne_site_candidates` by stating the candidate is already returned. This is unambiguous about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives strong usage context: candidates must come from a live `bourne_site_candidates` session, and the plan should be reviewed before calling `bourne_execute_plan`. It also warns to regenerate after a server restart. However, it does not explicitly state when NOT to use this tool or contrast with `bourne_plan`, so the when-to-use framing is strong but lacks an explicit exclusion for alternative planning paths.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_trace_artifactA
Read-onlyIdempotent

Trace a recorded output artifact to its producer, inputs, and experiment ancestry without guessing across ambiguous matches.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish the read-only, idempotent, and non-destructive nature of the tool. The description adds a useful behavioral trait — 'without guessing across ambiguous matches' — but it does not explain what happens on ambiguity (returned matches, an error, or a disambiguation prompt). This keeps it slightly above the baseline but not fully transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence states the primary action, the target resource, and the expected output, ending with a caveat that carries meaningful behavioral value. There is no filler, repetition, or unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter, read-only tool with annotations and an output schema already provided, the description covers the essential scope and behavioral guarantee. The main gap is path-format documentation, but the risk is moderate given the low complexity and the supporting structured metadata.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one parameter, 'path', with 0% description coverage, so the description must compensate. It only says the tool traces 'a recorded output artifact' and does not clarify whether path is a filesystem path, an artifact ID, a URI, or where the path comes from. This is insufficient for reliable invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('trace') applied to a specific resource ('a recorded output artifact') and specifies the expected results: producer, inputs, and experiment ancestry. This clearly differentiates it from sibling tools like execution_get and inventory, which address different concerns.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to prefer this tool over alternatives, nor are any exclusions or prerequisites mentioned. The description tells the agent what the tool does but not how to decide between this and related discovery/tracing tools, leaving the selection to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bourne_validate_requestA
Read-onlyIdempotent

Validate and normalize an ExecutionRequest v2 without discovery, planning, persistence, or execution.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestYesFramework-independent execution intent with direct, Slurm, PBS, and IBM LSF backends.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
dataNo
errorNo

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already convey readOnly, idempotent, and non-destructive behavior, but the description adds useful scope context that the annotations to capture: the tool explicitly does not perform discovery, planning, persistence, or execution. It also implies that normalization is a pure transform rather than a stateful pipeline action. The output schema covers the return behavior without needing description repetition.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence with a clear verb and object, followed by a compact list of excluded behaviors. There is no filler, no repeated schema information, and the most decision-relevant scope information appears early.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter validation tool with a full nested schema and output schema, there is enough information for an agent to call it correctly. The description cleanly separates it from the sibling plan, discover, execute, and reconcile tools, and the missing return-format details are unnecessary because an output schema is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers the single request parameter very thoroughly, including all nested ExecutionRequest fields plus its own descriptive string. The description adds little parameter-specific meaning beyond identifying the request type and the action to apply to it. A 100% schema description coverage gives a baseline of 3, and the description does not significantly exceed it or need to.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a concrete action, Validate and normalize, and names a specific resource, ExecutionRequest v2. It also distinguishes itself from pipeline steps by explicitly excluding discovery, planning, persistence, and execution, which maps cleanly to sibling tools like bourne_discover, bourne_plan, and bourne_execute_plan.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The tool clearly signals when it should be used: whenever an ExecutionRequest needs pre-flight validation or normalization, and it explicitly rules out other pipeline stages. It does not name alternatives explicitly such as use bourne_plan instead when you need planning, but the exclusion list is strong enough not to require much inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updatesv0.8.1
    • Changedbourne_inventory1 field changed
      • addedInput schema / properties / reference / description
        Added value: +"Existing inventory reference: latest, canonical ID, unique ID prefix, or @N."
    • Changedbourne_plan1 field changed
      • addedInput schema / properties / inventory_reference / description
        Added value: +"Existing inventory reference: latest, canonical ID, unique ID prefix, or @N."
    • Changedbourne_site_candidates3 fields changed
      • addedInput schema / properties / inventory_reference / description
        Added value: +"Existing inventory reference: latest, canonical ID, unique ID prefix, or @N."
      • addedInput schema / properties / provider / description
        Added value: +"Optional bounded declarative constraints used to generate candidates; the document cannot execute code or grant itself trust."
      • addedInput schema / properties / reference / description
        Added value: +"Exact configured site name or canonical site ID."
    • Changedbourne_site_discover1 field changed
      • addedInput schema / properties / reference / description
        Added value: +"Exact configured site name or canonical site ID."
    • Changedbourne_site_inspect1 field changed
      • addedInput schema / properties / reference / description
        Added value: +"Exact configured site name or canonical site ID."
    • Changedbourne_site_policy_claim16 fields changed
      • addedInput schema / $defs / PolicyApplicabilityDocument / properties / scope / description
        Added value: +"Site-policy scope. Global applies everywhere; other values restrict the claim to one scheduler, queue, partition, node class, or account."
      • addedInput schema / $defs / PolicyApplicabilityDocument / properties / value / description
        Added value: +"Exact scope value when scope is not global; omit it for global claims."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / applicability / description
        Added value: +"Scope that determines which candidate resource shapes use the claim."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / content_digest / description
        Added value: +"Optional sha256:<hex> digest of source content that remains outside Bourne."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / document_date / description
        Added value: +"Optional date stated by the provenance source."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / evidence_kind / description
        Added value: +"Provenance classification for how the claim was obtained."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / interpretation_status / description
        Added value: +"Whether planning must enforce the claim, may use it as advice, or must preserve it as unresolved."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / property / description
        Added value: +"Bounded property asserted about the subject."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / retrieved_at / description
        Added value: +"Optional source-retrieval timestamp supplied by the caller."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / source_identifier / description
        Added value: +"Optional stable identifier for the provenance source."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / source_identity / description
        Added value: +"Non-secret identity of the person, system, or document that supplied the claim."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / source_url / description
        Added value: +"Optional provenance URL stored as text only; Bourne does not fetch it."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / subject / description
        Added value: +"Entity or site capability that the policy claim describes."
      • addedInput schema / $defs / SitePolicyClaimDocument / properties / value / description
        Added value: +"Boolean, numeric, or bounded string value being asserted."
      • addedInput schema / properties / claim / description
        Added value: +"Bounded typed policy fact and provenance metadata to append to the configured site."
      • addedInput schema / properties / reference / description
        Added value: +"Exact configured site name or canonical site ID."
    • Changedbourne_site_select16 fields changed
      • addedInput schema / $defs / ContainerExecutionDocument / properties / clean_environment / description
        Added value: +"Request a clean container environment when the runtime supports it."
      • addedInput schema / $defs / ContainerExecutionDocument / properties / image / description
        Added value: +"Existing image path; Bourne verifies it but never builds or pulls it."
      • addedInput schema / $defs / ContainerExecutionDocument / properties / image_digest / description
        Added value: +"Optional expected sha256:<hex> digest for the existing image."
      • addedInput schema / $defs / ContainerExecutionDocument / properties / mounts / description
        Added value: +"Explicit bind mounts applied when the immutable plan executes."
      • addedInput schema / $defs / ContainerExecutionDocument / properties / runtime / description
        Added value: +"Existing container runtime that the selected site will use."
      • addedInput schema / $defs / ContainerMountDocument / properties / destination / description
        Added value: +"Absolute path where the source is mounted in the container."
      • addedInput schema / $defs / ContainerMountDocument / properties / read_only / description
        Added value: +"Whether the bind mount must be read-only; defaults to true."
      • addedInput schema / $defs / ContainerMountDocument / properties / source / description
        Added value: +"Existing host path to bind into the scientific container."
      • addedInput schema / properties / candidate_id / description
        Added value: +"Viable candidate ID returned for request_id by bourne_site_candidates."
      • addedInput schema / properties / container / description
        Added value: +"Optional existing Apptainer or Singularity image and explicit mounts to freeze into the plan; Bourne never builds or pulls it."
      • addedInput schema / properties / explicit_user_declarations / description
        Added value: +"Parameter names the user explicitly declared to affect execution only, rather than scientific meaning."
      • addedInput schema / properties / rationale / description
        Added value: +"Optional explanation stored with the selection; Bourne does not treat the rationale itself as verification evidence."
      • addedInput schema / properties / request_id / description
        Added value: +"Request ID returned by bourne_site_candidates in the current live MCP server session."
      • addedInput schema / properties / selection_source / description
        Added value: +"Provenance label identifying the human, agent, or deterministic rule that made the selection; this label does not grant authority."
      • addedInput schema / properties / trusted_provider_contract / description
        Added value: +"Explicitly trust the declarative provider's semantic classifications; the provider cannot set this decision for itself."
      • addedInput schema / properties / variant_approvals / description
        Added value: +"Provider-bound parameter names whose candidate value changes the user explicitly approved."
  2. 4 tool updatesv0.8.0
    • Changedbourne_plan4 fields changed
      • changedInput schema / properties / request / description
        Previous value: -"Framework- and scheduler-independent execution intent for Project Bourne."New value: +"Framework-independent execution intent with direct, Slurm, PBS, and IBM LSF backends."
      • changedInput schema / properties / request / properties / execution / properties / backend / enum
        Previous value: -[
        -  "auto",
        -  "direct",
        -  "slurm",
        -  "pbs"
        -]New value: +[
        +  "auto",
        +  "direct",
        +  "slurm",
        +  "pbs",
        +  "lsf"
        +]
      • changedInput schema / properties / request / properties / version / const
        Previous value: -1New value: +2
      • changedInput schema / properties / request / title
        Previous value: -"Project Bourne ExecutionRequest"New value: +"Project Bourne ExecutionRequest v2"
    • Changedbourne_site_candidates4 fields changed
      • changedInput schema / properties / request / description
        Previous value: -"Framework- and scheduler-independent execution intent for Project Bourne."New value: +"Framework-independent execution intent with direct, Slurm, PBS, and IBM LSF backends."
      • changedInput schema / properties / request / properties / execution / properties / backend / enum
        Previous value: -[
        -  "auto",
        -  "direct",
        -  "slurm",
        -  "pbs"
        -]New value: +[
        +  "auto",
        +  "direct",
        +  "slurm",
        +  "pbs",
        +  "lsf"
        +]
      • changedInput schema / properties / request / properties / version / const
        Previous value: -1New value: +2
      • changedInput schema / properties / request / title
        Previous value: -"Project Bourne ExecutionRequest"New value: +"Project Bourne ExecutionRequest v2"
    • Changedbourne_site_select2 fields changed
      • addedInput schema / $defs
        Added value: +{
        +  "ContainerExecutionDocument": {
        +    "additionalProperties": false,
        +    "properties": {
        +      "clean_environment": {
        +        "default": true,
        +        "title": "Clean Environment",
        +        "type": "boolean"
        +      },
        +      "image": {
        +        "maxLength": 16384,
        +        "minLength": 1,
        +        "title": "Image",
        +        "type": "string"
        +      },
        +      "image_digest": {
        +        "anyOf": [
        +          {
        +            "pattern": "^sha256:[0-9a-f]{64}$",
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ],
        +        "default": null,
        +        "title": "Image Digest"
        +      },
        +      "mounts": {
        +        "items": {
        +          "$ref": "#/$defs/ContainerMountDocument"
        +        },
        +        "maxItems": 128,
        +        "title": "Mounts",
        +        "type": "array"
        +      },
        +      "runtime": {
        +        "enum": [
        +          "apptainer",
        +          "singularity"
        +        ],
        +        "title": "Runtime",
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "runtime",
        +      "image"
        +    ],
        +    "title": "ContainerExecutionDocument",
        +    "type": "object"
        +  },
        +  "ContainerMountDocument": {
        +    "additionalProperties": false,
        +    "properties": {
        +      "destination": {
        +        "maxLength": 16384,
        +        "minLength": 1,
        +        "title": "Destination",
        +        "type": "string"
        +      },
        +      "read_only": {
        +        "default": true,
        +        "title": "Read Only",
        +        "type": "boolean"
        +      },
        +      "source": {
        +        "maxLength": 16384,
        +        "minLength": 1,
        +        "title": "Source",
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "source",
        +      "destination"
        +    ],
        +    "title": "ContainerMountDocument",
        +    "type": "object"
        +  }
        +}
      • addedInput schema / properties / container
        Added value: +{
        +  "anyOf": [
        +    {
        +      "$ref": "#/$defs/ContainerExecutionDocument"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null
        +}
    • Changedbourne_validate_request4 fields changed
      • changedInput schema / properties / request / description
        Previous value: -"Framework- and scheduler-independent execution intent for Project Bourne."New value: +"Framework-independent execution intent with direct, Slurm, PBS, and IBM LSF backends."
      • changedInput schema / properties / request / properties / execution / properties / backend / enum
        Previous value: -[
        -  "auto",
        -  "direct",
        -  "slurm",
        -  "pbs"
        -]New value: +[
        +  "auto",
        +  "direct",
        +  "slurm",
        +  "pbs",
        +  "lsf"
        +]
      • changedInput schema / properties / request / properties / version / const
        Previous value: -1New value: +2
      • changedInput schema / properties / request / title
        Previous value: -"Project Bourne ExecutionRequest"New value: +"Project Bourne ExecutionRequest v2"
  3. 17 tool updatesv0.1.0
    • First observedbourne_discover
    • First observedbourne_execute_plan
    • First observedbourne_execution_cancel
    • First observedbourne_execution_get
    • First observedbourne_execution_reconcile
    • First observedbourne_execution_wait
    • First observedbourne_inventory
    • First observedbourne_plan
    • First observedbourne_request_schema
    • First observedbourne_site_candidates
    • First observedbourne_site_discover
    • First observedbourne_site_inspect
    • First observedbourne_site_list
    • First observedbourne_site_policy_claim
    • First observedbourne_site_select
    • First observedbourne_trace_artifact
    • First observedbourne_validate_request

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have clearly separated lifecycle roles: schema/validate/plan/execute/get/wait/cancel/trace are distinct. A few phrases overlap, notably bourne_plan versus bourne_site_candidates/bourne_site_select and bourne_discover versus bourne_site_discover, but the descriptions actively explain when to use each.

Naming Consistency3/5

Every tool is prefixed with bourne, but the underlying pattern is inconsistent: validate_request and execute_plan are verb+object, site_list and execution_get are object+verb, while discover, inventory, and request_schema are bare or noun-only. Names remain readable, but the convention is not uniform.

Tool Count3/5

17 tools is just above the ideal range and feels somewhat heavy for a single server. The planning workflow is split across plan, site_candidates, and site_select, which inflates the tool count even though the overall domain is coherent.

Completeness5/5

The tool set covers the stated execution lifecycle well: schema validation, request normalization, discovery, inventory, site policy, candidate planning, selection, immutable plan creation, execution, monitoring, wait, cancellation, reconciliation, and artifact tracing. No obvious operation needed by the domain seems missing.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables users to define and run MCP tools using declarative YAML configs with built-in trust enforcement, credential brokering, and tamper-evident audit logging.
    14
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI-assisted scientific research workflow management through MCP, including project creation, ideation, experiment execution, and artifact handling, with integration for ChatGPT, Codex, and Claude Code.
    Apache 2.0

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KozakHou/project-bourne'

If you have feedback or need assistance with the MCP directory API, please join our Discord server