Skip to main content
Glama
NightSquawk

invoiceninja-mcp-server

by NightSquawk

list_endpoints

List Invoice Ninja API endpoints, filtered by category, mutation type, or search term. Use to locate the endpoint needed for your operation.

Instructions

List Invoice Ninja API endpoints (slug, method, path, category, mutating, summary). Filter by category, read-vs-mutating, or a search term. Use this to discover which endpoint to call, then describe_endpoint for its parameters and call_endpoint to execute it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes
Behavior2/5

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

No annotations provided, so description bears full burden. It does not explicitly state the tool is read-only, mention authentication, rate limits, or side effects. The read-only nature is implied by 'list' and filter options, but not confirmed.

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?

Two sentences: one defines the output fields, the second gives usage context and links to siblings. No wasted words, front-loaded with 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?

No output schema, but description lists return fields. Could mention output is an array, but overall adequate for a discovery tool. Provides enough context for usage with siblings.

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

Parameters4/5

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

Schema description coverage is 0% per context, so description must compensate. It explains each filter: search (case-insensitive substring), category (omit to see all), mutating (boolean for read-vs-write). Adds value by suggesting to call without args to see categories.

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 clearly states it lists API endpoints with specific fields (slug, method, path, etc.) and distinguishes from siblings by guiding the user to first use this tool, then describe_endpoint, then call_endpoint.

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?

Explicitly states when to use ('to discover which endpoint to call') and provides a clear workflow with siblings: use this for discovery, describe_endpoint for parameters, call_endpoint to execute.

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/NightSquawk/invoiceninja-mcp-server'

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