# Examples

> Tool call patterns, end-to-end workflow examples, and scenario references. This skill should be used when the user needs reference implementations, complete examples, or tool call patterns.

- Skill: `agents-store/examples` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add agents-store/examples`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agents-store/examples/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: agents-store (https://skillmd.com/u/agents-store)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agents-store/examples

---


# Examples & References

This skill provides reference implementations, tool call patterns, and complete workflow scenarios for n8n automation.

## Reference Files

| File | Description |
|------|-------------|
| [tool-patterns.md](references/mcp/tool-patterns.md) | MCP tool call patterns with exact parameter formats |
| [workflow-examples.md](references/mcp/workflow-examples.md) | Multi-step workflow examples combining multiple tools |
| [webhook-automation.md](references/scenarios/webhook-automation.md) | Webhook-triggered automation scenario |
| [data-pipeline.md](references/scenarios/data-pipeline.md) | Scheduled data pipeline scenario |

## Quick Reference: All Tools by Group

### Workflows (7)
`list_workflows`, `get_workflow`, `create_workflow`, `update_workflow`, `delete_workflow`, `activate_workflow`, `deactivate_workflow`

### Execution (3)
`execute_workflow`, `list_executions`, `get_execution`

### Credentials (3)
`list_credentials`, `create_credential`, `delete_credential`

### Tags (4)
`list_tags`, `create_tag`, `update_tag`, `delete_tag`

