Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_api_usageA

Get API usage statistics including active scout counts, rate limits, and activity metrics.

list_scoutsA

List all scouts for the authenticated user. Returns basic metadata; use get_scout_detail for full fields.

get_scout_detailA

Get detailed information about a specific scout.

get_scout_updatesA

Get paginated updates/reports for a scout. Each update contains findings from a run.

create_scoutA

Create a monitoring scout for continuous web monitoring. Scouts track changes relevant to a query and alert you. Examples: 'news about Yutori', 'H100 pricing below $1.50'.

edit_scoutA

Update an existing scout's query, schedule, webhook configuration, or status. Use status='paused' to pause, 'active' to resume, or 'done' to archive.

delete_scoutA

Permanently delete a scout and all its data. This action cannot be undone.

run_browsing_taskA

Execute a one-time web browsing task. The navigator agent runs a browser and operates it like a person. Returns a task_id for polling. Example: 'list employees'. Set browser='local' to use the desktop app with the user's logged-in sessions.

get_browsing_task_resultA

Poll for browsing task status and result. Call until status is 'succeeded' or 'failed'.

run_research_taskA

Execute a one-time deep web research task. The research agent searches, reads, and synthesizes information from across the web. Returns a task_id for polling. Example: 'latest AI startup funding announcements'.

get_research_task_resultA

Poll for research task status and result. Call until status is 'succeeded' or 'failed'.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yutori-ai/yutori-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server