Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TEAM_ID | Yes | MS Teams Group Id or Team Id | |
TEAMS_APP_ID | Yes | UUID for your MS Entra ID application ID | |
TEAMS_APP_TYPE | Yes | SingleTenant or MultiTenant | |
TEAMS_CHANNEL_ID | Yes | MS Teams Channel ID with url escaped chars | |
TEAMS_APP_PASSWORD | Yes | Client secret | |
TEAMS_APP_TENANT_ID | No | Tenant uuid in case of SingleTenant |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
start_thread | Start a new thread with a given title and content |
update_thread | Update an existing thread with new content |
read_thread | Read replies in a thread |
list_threads | List threads in channel with pagination |
get_member_by_name | Get a member by its name |
list_members | List all members in the team |