Actions
| Name | Description |
|---|---|
get_mcp_setup_infoReturn source-gated public Alma MCP setup information and capability categories | Return source-gated public Alma MCP setup information and capability categories |
get_oauth_metadataFetch Alma MCP protected-resource and authorization-server metadata | Fetch Alma MCP protected-resource and authorization-server metadata |
initialize_mcp_sessionSend an MCP initialize request to Alma | Send an MCP initialize request to Alma |
list_mcp_toolsList Alma MCP tools visible to the connected token | List Alma MCP tools visible to the connected token |
search_mcp_toolsSearch token-visible Alma MCP tools by name, title, or description | Search token-visible Alma MCP tools by name, title, or description |
call_mcp_toolCall a token-visible Alma MCP tool with JSON arguments | Call a token-visible Alma MCP tool with JSON arguments |
custom_mcp_requestSend a custom JSON-RPC request to Alma MCP | Send a custom JSON-RPC request to Alma MCP |
Triggers
| Name | Description |
|---|---|
mcp_tool_result_changedPoll a token-visible Alma MCP read tool and emit changed records after the initial baseline | Poll a token-visible Alma MCP read tool and emit changed records after the initial baseline |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('alma', 'get_mcp_setup_info', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'alma',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Alma to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Alma support?
Alma supports 7 actions including Get MCP Setup Info, Get OAuth Metadata, Initialize MCP Session, List MCP Tools, Search MCP Tools, and more.
Can I use Alma with AI agents?
Yes. Add Alma to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Alma be used in stateful agent workflows?
Yes. Agents can combine Alma actions with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Alma use?
Alma uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Alma integration cost?
The Alma integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Alma support?
Alma supports 1 triggers including MCP Tool Result Changed.
Connect Alma in minutes
Get 20,000 free actions every month. No credit card required.