Yield Agentic Hub
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YAX_API_KEY | No | API key from https://yieldagentx402.app/apply | |
| YAX_ALLOW_PUBLIC_INTROSPECTION | No | Set to 1 for Glama tools/list without API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| yax_get_capabilitiesA | Returns every tool available on this server, what each one does, and when to use it. Call this first when connecting to understand the platform. |
| yax_run_secure_workflowA | Runs any agent action — email, API call, on-chain tx, or workflow — with policy enforcement and TEE attestation. Returns a run ID, policy decision, and signed Filecoin-anchored receipt. |
| yax_process_x402_paymentA | Sends an x402 payment to any EVM, NEAR, or Stacks address. Validates against your spend cap before signing. Returns transaction hash and signed receipt. |
| yax_check_policyA | Checks if an action would be approved by your policy without running it. Returns approved/denied, remaining spend cap, and whether human approval is required. |
| yax_get_receiptA | Fetches the full signed receipt for any past run. Returns policy result, TEE attestation, input/output hashes, and Filecoin + BTFS proof CIDs. |
| yax_verify_receiptA | Confirms a receipt's cryptographic signature is valid and its Filecoin anchor exists. Returns verified: true/false, signature status, and anchor CIDs. |
| yax_list_runsA | Lists recent agent runs with status and policy result. Filter by outcome (approved/denied/escalated) to audit activity or find run IDs for receipt lookup. |
| yax_submit_approvalB | Approve or deny a pending policy approval token for the authenticated agent. |
| yax_control_workflowB | Stop (cancel) or resume (approve human gate) an orchestration workflow run for this agent. |
| yax_get_wallet_statusA | Returns the agent's wallet balance, spend cap, remaining cap for this period, and wallet address. Use before a payment to confirm funds are available. |
| yax_score_leadsA | Scores inbound leads by conversion likelihood and syncs enriched records to your CRM. Returns each lead with a score (0–100), tier (hot/warm/cold), and enrichment data. |
| yax_enrich_lead_dataA | Parses a raw lead email, form submission, or webhook payload into a structured contact record, enriches it, and logs it to your CRM. Returns name, email, company, phone, and ICP score. |
| yax_build_email_sequenceA | Builds a personalized cold email sequence for a list of prospects. Researches each prospect and writes tailored copy. Returns subject lines, body, and send schedule per prospect. |
| yax_monitor_churn_riskA | Flags customers at risk of churning based on usage and payment patterns, and drafts a re-engagement email per account. Returns a prioritized risk list with churn score and outreach copy. |
| yax_get_attestationA | Checks whether the TEE enclave is operational. Returns enclave status, the verifiable mrEnclave hash, and timestamp of last attestation. Use before high-value actions. |
| yax_audit_complianceA | Audits recent agent activity against your policy rules and flags violations. Returns compliant vs flagged run counts, violation details, and a Filecoin-anchored compliance report CID. |
| yax_collect_ar_invoicesA | Analyzes open invoices by age (30/60/90+ days) and sends escalating follow-up emails to overdue clients. Returns invoice count, total overdue amount, and emails sent per bucket. |
| yax_forecast_cash_flowA | Generates a week-by-week cash flow forecast across base, optimistic, and pessimistic scenarios. Returns inflow/outflow projections and a Filecoin-anchored report CID for board or lender use. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Most tools have distinct purposes (e.g., audit vs. email sequence vs. payment), but slight overlap exists between yax_enrich_lead_data and yax_score_leads (both deal with leads) and between yax_run_secure_workflow and yax_control_workflow (both manage workflows). Descriptions clarify differences.
All tools follow the consistent pattern 'yax_verb_noun' in snake_case, e.g., yax_check_policy, yax_forecast_cash_flow. No mixing of styles or irregular names.
18 tools is appropriate for a multifunctional agentic hub covering audit, email, invoices, leads, workflow, payments, and attestation. Each tool serves a clear niche without redundancy.
Covers major business operations (CRM, invoicing, payments, compliance, workflow), but lacks tools for direct policy editing or advanced CRM management. Minor gaps exist for a fully autonomous agent.