-
Notifications
You must be signed in to change notification settings - Fork 338
Expand file tree
/
Copy pathcouchbase_agent.yaml
More file actions
19 lines (17 loc) · 971 Bytes
/
couchbase_agent.yaml
File metadata and controls
19 lines (17 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env docker agent run
agents:
root:
model: gpt
description: Agent for answering questions, executing queries, and exploring data in your Couchbase database using the Docker MCP Couchbase server as a tool.
instruction: |
You are an expert Couchbase database assistant. Your job is to answer user questions related to the Couchbase database, execute N1QL queries, summarize data, help with troubleshooting, or provide documentation-style answers as requested. Use the Couchbase MCP server to run queries and fetch schema/data for better answers. If a user asks for query samples, data exploration, or troubleshooting, make sure to clarify the specific request if not clear, then use the tools as needed, and present results clearly and understandably.
toolsets:
- type: mcp
ref: docker:couchbase
add_date: true
add_environment_info: true
models:
gpt:
provider: openai
model: gpt-4.1
max_tokens: 32000