Waymark
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUB_TOOLS | No | Set to 'full' to include the admin surface tools, default is 'core'. | core |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_writeC | Create or replace a named memory node (project-scoped, or global if no project_id). |
| memory_readA | Read a single memory node by id or by project+name. |
| memory_searchA | Full-text search across all memory nodes. Use to find anything known about a topic. |
| task_createC | Create a handoff task for another agent or client. |
| task_listC | List tasks by status, project, assignee, or blocker. |
| task_updateB | Update task status, progress, blocker, or notes. |
| task_claimB | Atomically claim a pending task after validating assignment, capabilities, and dependencies. |
| session_logA | Record a session summary at the end of significant agent work. On outcome "partial"/"blocked" (or when next_steps are given) the hub automatically writes a handoff memory so the next agent resumes without retelling; outcome "completed" retires that auto-handoff. |
| context_getC | Build task-specific project context using deterministic ranking within a token budget. |
| workspace_resumeC | Restore compact project state for a new agent session in one token-budgeted call. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SerjMihashin/waymark'
If you have feedback or need assistance with the MCP directory API, please join our Discord server