Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bfa61f3
fix(slack): use runtime origin for onboarding links (#7690)
TheodoreSpeaks Sep 9, 2026
a2f1ac7
fix(navigation): land on workspaces from the app entry, not settings …
waleedlatif1 Sep 9, 2026
a89b158
fix(organizations): align sidebar loading and chat actions (#7691)
waleedlatif1 Sep 9, 2026
f5e28a1
fix(organizations): show all sidebar chats (#7697)
waleedlatif1 Sep 9, 2026
54c3392
feat(search): add GitHub installation indexing (#7694)
icecrasher321 Sep 9, 2026
768c389
fix(billing): scope subscription limit syncs to the exact payer (#7695)
icecrasher321 Sep 9, 2026
d3b2c5e
fix(landing): prevent theme flashes and sharpen footer animation (#7699)
waleedlatif1 Sep 10, 2026
cca39b6
feat(library): Best Open Source AI Agent Frameworks (#7702)
icecrasher321 Sep 10, 2026
c723a3a
fix(knowledge): resolve Drive shortcuts during connector sync (#7701)
icecrasher321 Sep 10, 2026
2bfb8b1
improvement(search): simplify personal integrations and source setup …
TheodoreSpeaks Sep 10, 2026
ccc6f9e
feat(workspace-sync): add portable imports and v2 fork workflows (#7700)
icecrasher321 Sep 10, 2026
57c1c7c
fix(search): expose provider configuration updates in Sources (#7704)
icecrasher321 Sep 10, 2026
65a04f1
fix(pii): preserve authorized access to restored large values (#7706)
icecrasher321 Sep 10, 2026
73875ae
fix(search): omit response-only scopes from provider updates (#7707)
icecrasher321 Sep 10, 2026
d4d11d9
fix(search): authorize organization source credentials (#7708)
icecrasher321 Sep 10, 2026
fbb5c70
fix(search): harden connector setup and indexed access (#7710)
waleedlatif1 Sep 10, 2026
a60acbf
fix(search): clear cached content after disconnect (#7712)
icecrasher321 Sep 10, 2026
2aa642e
improvement(search): simplify GitHub App setup dialog (#7714)
icecrasher321 Sep 10, 2026
216b199
fix(search): clarify source settings and permission updates (#7715)
waleedlatif1 Sep 10, 2026
b8ceb2e
improvement(docs): illustrate GitHub Search setup (#7705)
icecrasher321 Sep 10, 2026
78e14b2
fix(parsers): structure-preserving knowledge base parsers with before…
waleedlatif1 Sep 10, 2026
a50f02c
feat(search): add personal integration inventory and connection cards…
TheodoreSpeaks Sep 10, 2026
dababea
feat(mcp): add dynamic operations and Agent access controls (#7703)
TheodoreSpeaks Sep 10, 2026
1da2820
fix(search): bound personal Gmail sources and sync them from Gmail hi…
waleedlatif1 Sep 10, 2026
1cc4fb1
fix(slack): preserve text order around tool progress (#7716)
TheodoreSpeaks Sep 10, 2026
b6d1da4
fix(search): index only meetings from Google Calendar and mark declin…
waleedlatif1 Sep 10, 2026
3878bd4
fix(docs): reduce oversized screenshots (#7719)
waleedlatif1 Sep 10, 2026
230de4d
fix(knowledge): wait for embedding admission instead of deferring doc…
waleedlatif1 Sep 10, 2026
ae02d86
feat(search): add central Google Workspace indexing (#7721)
waleedlatif1 Sep 10, 2026
bc6b1b2
fix(search): clarify Atlassian setup and validate Confluence permissi…
waleedlatif1 Sep 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 31 additions & 4 deletions apps/docs/content/docs/agents/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@ Once MCP servers are configured, their tools become available within your agent
/>
</div>

4. Select individual tools, or choose **Use all N tools** to add every tool from that server
4. Select individual tools, or choose **Configure operations access** for a dynamic server attachment
5. The agent can now access these tools during execution

<Callout type="info">
If you haven't configured a server yet, click **Add MCP Server** at the top of the dropdown to open the setup modal without leaving the block.
</Callout>

## Standalone MCP Tool Block
## Standalone MCP Block

For more granular control, you can use the dedicated MCP Tool block to execute specific MCP tools:
Use the MCP block to discover operations or run one operation with explicit inputs:

<div className="flex justify-center">
<Image
Expand All @@ -138,7 +138,34 @@ For more granular control, you can use the dedicated MCP Tool block to execute s
/>
</div>

The MCP Tool block runs one configured tool with parameters you set explicitly, and its output is readable by later blocks like any other.
Choose an **Action**:

- **List operations** discovers authorized operation names, descriptions, and input schemas without executing provider operations. Filter by name or description, set a page size from 1 to 100, and pass `nextCursor` into the next request while `hasMore` is true. An authorized list can be empty.
- **Run operation** executes one exact operation name. Configured operations keep their generated argument fields. For an operation name resolved at runtime, supply a JSON arguments object; Sim validates it against the operation's discovered schema before execution.

**MCP Server** takes one shared-server ID or managed-connection ID. Sim resolves a managed connection's parent server internally and verifies workspace and credential access. Both actions accept the same ID; List operations returns that ID as `serverId`, alongside the discovered `operations` and pagination metadata.

The standalone block's Basic fields select a configured connection and discovered operation. Advanced fields accept literal IDs/names or upstream references. A runtime server reference requires JSON arguments. Listing hides the operation and argument fields.

### Operations access

The **MCP Server (Advanced)** Agent attachment takes a server/connection ID or upstream reference in a plain input. Its **Tool IDs** field accepts exact MCP tool names, such as `search_docs`, entered directly. These are the names returned by List operations, without a Sim server prefix. Neither field uses a server or operation catalog picker.

Agent attachments have three access modes:

| Mode | Behavior |
| --- | --- |
| **Only selected** | Allows only selected exact operation names. An empty selection allows nothing. Newly discovered names stay excluded. |
| **All except selected** | Denies selected exact names. An empty selection allows everything otherwise permitted. Denied names stay saved if they temporarily disappear. |
| **All permitted** | Allows every operation available to the authorized credential. |

New restricted configurations start with an empty explicit selection. Existing saved workflows retain their prior access through normalization, while current organization and credential authorization still apply.

Operation restrictions are saved in workflow state on the Agent attachment. Tool IDs are literal configuration, not upstream references or model arguments. An operation must be available to the resolved, authorized connection and permitted by the saved restriction. The standalone block runs its explicitly specified operation and has no separate access policy.

Discovery filters the tools exposed to the Agent. Execution checks the actual server, connection, and saved restriction again before calling the provider. Missing or forbidden operations, unverifiable schemas, malformed arguments, and incorrect connection scopes fail the call. An Agent attachment with no permitted operations fails clearly.

Policies match exact, case-sensitive MCP tool names on whichever authorized connection resolves at runtime. They do not inspect operation arguments: allowing a generic `execute_sql` operation does not limit which SQL it can execute.

## When to Use MCP Tool vs Agent

Expand Down
3 changes: 2 additions & 1 deletion apps/docs/content/docs/agents/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Reusable instruction packages your agents load on demand, managed f
---

import { Callout } from 'fumadocs-ui/components/callout'
import { Image } from '@/components/ui/image'

Agent Skills are reusable packages of instructions that give your AI agents specialized capabilities. Based on the open [Agent Skills](https://agentskills.io) format, skills let you capture domain expertise, workflows, and best practices that agents can load on demand.

Expand Down Expand Up @@ -93,7 +94,7 @@ Tagging a skill loads its full instructions into the conversation, so Sim follow

Open any **Agent** block and find the **Skills** dropdown below the tools section. Select the skills you want the agent to have access to.

![Add Skill](/static/skills/add-skill.png)
<Image src="/static/skills/add-skill.png" alt="Add Skill" width={756} height={428} className="mx-auto h-auto w-full max-w-sm" />

Selected skills appear as cards that you can click to edit or remove.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"pages": [
"previewWorkflowImport",
"getWorkspaceForkAvailability",
"getWorkspaceForkLineage",
"listWorkspaceForkChildren",
"listWorkspaceForkResources",
"previewWorkspaceFork",
"forkWorkspace",
"getWorkspaceForkMappings",
"updateWorkspaceForkMappings",
"previewWorkspacePush",
"pushWorkspace",
"previewWorkspacePull",
"pullWorkspace",
"rollbackWorkspaceFork",
"unlinkWorkspaceFork",
"updateWorkspaceForkExclusions",
"listSelector",
"getSelector",
"getWorkspaceOperation",
"listWorkspaceOperations"
]
}
2 changes: 2 additions & 0 deletions apps/docs/content/docs/api-reference/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"---Getting Started---",
"getting-started",
"authentication",
"workflow-sync",
"---SDKs---",
"python",
"typescript",
Expand All @@ -16,6 +17,7 @@
"(generated)/files",
"(generated)/knowledge-bases",
"(generated)/workspaces",
"(generated)/workspace-sync",
"(generated)/mcp-servers",
"(generated)/skills",
"(generated)/custom-tools",
Expand Down
Loading
Loading