| name | local-ai-sdk-tools |
| description | Use when working with `local-ai-sdk-tools` provider actions such as ai_sdk_brief. |
Generated by cargo xtask generate-provider-surfaces from the current provider catalog.
local-ai-sdk-tools Provider
Self-contained AI SDK sidecar tools for Soma provider smoke tests.
When To Use
Use when working with local-ai-sdk-tools provider actions such as ai_sdk_brief.
Surface Selection
- Use MCP first when the server is connected, especially for MCP-only actions.
- Use CLI only when the action's CLI surface is
yes; do not invent commands for N/A entries.
- Use REST only when the action's REST surface is
yes; send JSON bodies matching the action schema.
- MCP-only elicitation actions require an elicitation-capable MCP client; do not attempt CLI or REST fallbacks.
Tools
| tool | MCP | CLI | REST | CLI command | REST route | purpose |
|---|
ai_sdk_brief | yes | yes | yes | ai-sdk-brief | POST /v1/providers/ai-sdk-brief | Create a compact brief from text through Soma's AI SDK sidecar runtime. |
Action Reference
ai_sdk_brief
Create a compact brief from text through Soma's AI SDK sidecar runtime.
- Scope:
public/default
- Cost:
unspecified
- Destructive:
false
- Requires admin:
false
- Required args:
text: string
- Optional args:
max_words: integer
- Output:
brief: string, word_count: integer, input_chars: integer, runtime: string
- MCP:
soma(action="ai_sdk_brief")
- CLI:
soma ai-sdk-brief
- REST:
POST /v1/providers/ai-sdk-brief