Skip to main content
Glama
gblush

impactdotcom-mcp

by gblush

Impact API GET (escape hatch)

impact_api_get

Perform read-only GET requests to any persona-scoped Impact.com API endpoint, including those without dedicated tools. Supports query parameters and pagination for retrieving full datasets.

Instructions

Fallback read tool: GET any persona-scoped Impact endpoint not covered by a curated tool. Prefer curated tools first. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPersona-relative path starting with "/", e.g. "/Campaigns" or "/Actions/12345". Always scoped under /{AccountType}/{AccountSID}; no schemes, "..", or "//".
queryNoQuery parameters
paginateNoFollow @nextpageuri and collect all pages (capped at 10)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of disclosing behavioral traits. It explicitly states 'read-only' and 'GET', which signal a non-mutating operation. It also adds context about 'persona-scoped' access. While it doesn't detail response formats or potential rate limits, for a generic read-only escape hatch this is adequate and exceeds the minimum.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: three short sentences. Each adds essential information: purpose, usage priority, and safety. There is no fluff or repetition, and it is front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (generic GET endpoint, 3 well-documented parameters, no output schema), the description covers the critical aspects: what it does, when to use it, and that it is read-only. The schema handles parameter details. It could mention that responses are raw API JSON, but for a fallback tool this is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage of parameters, each with descriptive text (path, query, paginate). The description does not add additional parameter semantics beyond that, but it does set the context of 'persona-scoped' which relates to the path. Per the rubric, with high schema coverage, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('GET'), names the resource ('any persona-scoped Impact endpoint'), and clearly positions itself as a fallback for endpoints not covered by curated tools. This distinguishes it from siblings like list_campaigns and get_campaign, making the purpose immediately clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly instructs 'Prefer curated tools first' and states the tool is for endpoints 'not covered by a curated tool.' This provides clear when-to-use and when-not-to-use guidance, directly addressing the alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/gblush/impactdotcom-mcp'

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