← Home
All tools accept an optional connection parameter to target a specific named connection. If omitted, the default connection is used.
Replace these example tools with your actual API tools.
example_resources_listList resources with optional search.
| Parameter | Type | Required | Description |
|---|---|---|---|
search |
string | No | Search query |
limit |
number | No | Max results |
page |
number | No | Page number (0-based) |
example_resource_getGet a single resource by ID.
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
number | Yes | Resource ID |
example_resource_createCreate a new resource.
| Parameter | Type | Required | Description |
|---|---|---|---|
name |
string | Yes | Resource name |
description |
string | No | Resource description |
api_requestMake a raw API request to any endpoint.
| Parameter | Type | Required | Description |
|---|---|---|---|
method |
"GET" / "POST" / "PUT" / "PATCH" / "DELETE" |
Yes | HTTP method |
endpoint |
string | Yes | API path |
body |
object | No | Request body |
params |
object | No | Query parameters |
list_connectionsList all configured connections. No parameters.
| Date | Version | Author | Notes |
|---|---|---|---|
| 2026-05-07 | 0.0.1 | jmiller | Initial template API reference |
Repo: Template-MCP . MokoStandards
| Revision | Date | Author | Description |
|---|---|---|---|
| 1.0 | 2026-05-09 | Moko Consulting | Initial version |
Printed from wiki · API