Tabular Recipe
Turn any recipe into a compact process table — every ingredient and step at a glance.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Turn any recipe into a compact process table — every ingredient and step at a glance.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| parse_recipe | Parse recipe prose into a validated rgf/0-draft operation graph. Costs credits; fetch /v1/pricing first. |
| render_recipe | Validate and render an rgf/0-draft document as escaped, self-contained HTML. Free; spends no model credits. |
| convert_recipe | Parse recipe prose and render the validated graph as self-contained HTML in one call. Costs credits; fetch /v1/pricing first. |
| list_styles | List every available visual theme with its name, description, color swatches, and depth ramp. Free; spends no model credits. |
| get_usage | Read the calling key's current credit balance, today's allowance state, and aggregated usage. Free; use before a paid batch. |
| create_checkout | Create a Stripe-hosted checkout for a credit bundle without an API key. Returns a checkout URL and a secret one-time claim token. A human approves payment in Stripe; never expose or put the claim token in a URL. |
| checkout_status | Check whether an agent-created Stripe checkout is pending, paid, claimed, or expired. Requires its sessionId and secret claimToken, but no API key. |
| claim_checkout | Exchange a paid agent checkout plus its secret claim token for a new API key. The key is returned once; store it immediately. |