Skip to main content
Glama
vad-007

MCP + CrewAI Agentic Integration

by vad-007

read_notes

Retrieve all stored notes from the note file for CrewAI agents to access context and information during autonomous workflows.

Instructions

Read and return all notes from the note file.

Returns: str: All notes as a single string separated by line breaks. If no notes exist, a default message is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds some context: it describes the return behavior (all notes as a single string with line breaks, or a default message if none exist). However, it doesn't cover important aspects like error handling (e.g., if the file is missing), performance implications, or any side effects, leaving gaps in transparency.

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

Conciseness4/5

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

The description is concise and well-structured, with two clear sentences: one stating the purpose and another detailing the return behavior. It avoids unnecessary words and is front-loaded with the main action. However, it could be slightly improved by integrating the return details more seamlessly, but overall it's efficient.

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

Completeness3/5

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

Given the tool's low complexity (0 parameters, no annotations, but has an output schema), the description is somewhat complete but has gaps. It explains the return values adequately, but lacks context on when to use it, error scenarios, or how it interacts with siblings like 'add_note'. The output schema helps, but the description should provide more operational guidance to be fully helpful.

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?

The tool has 0 parameters, and the schema description coverage is 100% (as there are no parameters to describe). The description doesn't need to add parameter semantics, so it naturally meets the baseline of 4 for this dimension, as it doesn't introduce confusion or redundancy regarding inputs.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Read and return all notes from the note file.' It specifies the verb ('read and return') and resource ('all notes from the note file'), making the action unambiguous. However, it doesn't explicitly differentiate from its sibling 'add_note' beyond the obvious read vs. write distinction, which is why it doesn't reach a score of 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention any prerequisites, such as whether notes must exist or if the file needs to be accessible, nor does it compare to other tools like 'add_note' for related operations. This lack of contextual usage information limits its effectiveness for an AI agent.

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/vad-007/MCP_Integration_crewai'

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