Skip to main content
Glama
Naveen-Automation

api-testing-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
send-post-requestD

send the post request

send-get-requestC

send the get request

send-put-requestD

send the put request

send-delete-requestD

send the delete request

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool corresponds to a distinct HTTP method (DELETE, GET, POST, PUT) with no overlap, making it trivial for an agent to select the correct one.

Naming Consistency5/5

All tools follow a consistent pattern: 'send-{method}-request' with lowercase and hyphens, ensuring predictability.

Tool Count5/5

With 4 tools covering the main HTTP methods (CRUD), the count is well-suited for an API testing server—neither too few nor too many.

Completeness4/5

The set covers the most common HTTP methods, but omits PATCH and other less common ones. For basic testing, it is sufficiently complete.

Maintenance

ActivityInactive
ResponsivenessNo issues