Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_on_web | Searches the web for information related to the given query.
Return format :
result 1 title
result 1 description
result 2 title
result 2 description
...
Use relevants links with |
| search_on_website | Searches the web for information related to the given query, restricted to specific sites.
Return format :
result 1 title
result 1 description
result 2 title
result 2 description
...
Use relevants links with |
| fetch_webpage | Fetches a webpage and returns a simplified markdown representation. |
| get_current_date | Returns current UTC and local date-time strings in ISO format. Return format: { "utc": "YYYY-MM-DDTHH:MM:SSZ", "local": "YYYY-MM-DD HH:MM:SS" } |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| clever_agent_instructions |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |