mcp-server-and-agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_recordsA | Search the record store by a free-text query matched against title, owner and tags. Returns matching record ids. |
| fetch_recordA | Fetch one record by its exact id. Returns the record's title, owner, amount and tags. |
| summarise_amountsA | Compute count, total and mean of the amount field across the given record ids. All ids must exist. |
| append_noteB | Append a free-text note to the session note log. |
| delete_recordA | Permanently delete a record. Destructive and gated: the first call returns a confirm_token describing what would be deleted, and the deletion only happens on a second call carrying that token. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| audit_owner | Draft the tool plan for auditing every record belonging to one owner. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Record store schema | Field names, types and valid enum values for the record store. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/malcomzww/mcp-server-and-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server