Skip to content

Commit fcc0c8b

Browse files
Update plugins/context-matic/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dcf358a commit fcc0c8b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/context-matic/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ This list is growing. [Suggest a new API](#contributing) to request support for
5252

5353
Once installed, the plugin exposes seven tools to the agent. Each tool is mapped to a specific stage of the integration workflow:
5454

55-
| Tool | Developer task it enables |
56-
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
57-
| `fetch_api` | Provide an exact api match or lists all available APIs with their name, key, and description. Pass your project's language and an API name as `key` for an exact-match lookup (returns only that API). The full API catalog is returned if no exact match is found. The agent calls this first to discover which APIs are available. |
58-
| `ask` | Chat with API Copilot for step-by-step integration guidance and general API questions: authentication setup, client initialization, feature behavior, framework-specific patterns (e.g. "How do I initialize the Twilio client in Laravel?"), and idiomatic SDK code samples. |
59-
| `endpoint_search` | Returns an SDK endpoint method's description, input parameters, and response shape by method name. |
55+
| Tool | Developer task it enables |
56+
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
57+
| `fetch_api` | Provides an exact API match or lists all available APIs for the provided `language`, including each API's name, key, and description. Pass your project's language and an API `key` for an exact-match lookup (returns only that API). The full API catalog for that `language` is returned if no exact match is found. The agent calls this first to discover which APIs are available. |
58+
| `ask` | Chat with API Copilot for step-by-step integration guidance and general API questions: authentication setup, client initialization, feature behavior, framework-specific patterns (e.g. "How do I initialize the Twilio client in Laravel?"), and idiomatic SDK code samples. |
59+
| `endpoint_search` | Returns an SDK endpoint method's description, input parameters, and response shape by method name. |
6060
| `model_search` | Returns an SDK model's full definition and its typed properties by name. Call this before writing code that constructs request bodies or reads response objects. |
6161
| `update_activity` | Records concrete integration milestones such as SDK setup, auth configuration, the first successful API call, and resolved errors. The agent calls this after a milestone has actually been reached in code or infrastructure. |
6262
| `add_guidelines` | Adds language-specific guideline files such as security, testing, or workflow guidance that the agent can follow during implementation. |

0 commit comments

Comments
 (0)