API referenceInterfaces
AgentToolOptions
Interface: AgentToolOptions
Defined in: packages/microfoom-core/src/options.ts:32
Structured tool advertisement — the value of @foom.expose({ tool }).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | Human-readable description of what the tool does. | packages/microfoom-core/src/options.ts:34 |
promptGuidelines? | readonly string[] | Extra usage guidance for the agent. | packages/microfoom-core/src/options.ts:38 |
promptSnippet? | string | Short snippet that may be inserted into the agent prompt/tool manifest. | packages/microfoom-core/src/options.ts:36 |
