Skip to content

Commit c3301b7

Browse files
Merge pull request #19 from Elnora-AI/chore/phase-3-tool-name-refresh
Refresh MCP tool name references
2 parents b94a44a + 46a0558 commit c3301b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

elnora/commands/protocol.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Generate a bioprotocol using the Elnora AI Platform.
1212

1313
1. If a description was provided as an argument, use it. Otherwise, ask the user what protocol they need.
1414

15-
2. Use `elnora_generate_protocol` with the description:
15+
2. Use `elnora_protocols_generate` with the description:
1616
- `description`: The user's protocol request (e.g., "HEK 293 cell maintenance protocol with weekly passaging")
1717

1818
3. Present the generated protocol to the user.
1919

20-
4. If the user wants to iterate, find the task that was created and use `elnora_send_message` to continue the conversation.
20+
4. If the user wants to iterate, find the task that was created and use `elnora_tasks_send` to continue the conversation.
2121

2222
## Example
2323

2424
User: `/elnora:protocol Standard PCR protocol for BRCA1 exon 11 amplification`
2525

26-
Action: Call `elnora_generate_protocol` with description "Standard PCR protocol for BRCA1 exon 11 amplification"
26+
Action: Call `elnora_protocols_generate` with description "Standard PCR protocol for BRCA1 exon 11 amplification"
2727

2828
Present the result to the user formatted as markdown.

0 commit comments

Comments
 (0)